]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm: fix drm_can_sleep() comment
authorSam Ravnborg <sam@ravnborg.org>
Sun, 20 Jan 2019 17:12:17 +0000 (18:12 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 21 Jan 2019 09:30:12 +0000 (10:30 +0100)
Reversed logic when writing the original comment, now fixed.

Fixes: e9eafcb58921 ("drm: move drm_can_sleep() to drm_util.h")
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190120171217.12508-1-sam@ravnborg.org
include/drm/drm_util.h

index 8163d35f8327af0abf6993f939aa4c0bd9a3cce3..07b8e9f04599801434041b7a23e5f914bbaa3a10 100644 (file)
@@ -71,7 +71,7 @@
  * FIXME: All users of drm_can_sleep should be removed (see todo.rst)
  *
  * Returns:
- * True if kgdb is active or we are in an atomic context or irqs are disabled
+ * False if kgdb is active, we are in atomic context or irqs are disabled.
  */
 static inline bool drm_can_sleep(void)
 {