All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for drm/i915: header cleanup of the day
Date: Thu, 08 Aug 2019 14:51:20 -0000	[thread overview]
Message-ID: <20190808145120.4817.12701@emeril.freedesktop.org> (raw)
In-Reply-To: <cover.1565271681.git.jani.nikula@intel.com>

== Series Details ==

Series: drm/i915: header cleanup of the day
URL   : https://patchwork.freedesktop.org/series/64910/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
263e77d0ad54 drm/i915: remove unused dev_priv->no_aux_handshake
-:7: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 3cf2efb1a7c6 ("Revert "drm/i915/dp: use VBT provided eDP params if available"")'
#7: 
3cf2efb1a7c6 ("Revert "drm/i915/dp: use VBT provided eDP params if

total: 1 errors, 0 warnings, 0 checks, 19 lines checked
51bcb5cc50ae drm/i915: move add_taint_for_CI() to i915_utils.h
967569ca7446 drm/i915: move I915_STATE_WARN() and _ON() to intel_display.h
-:33: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#33: FILE: drivers/gpu/drm/i915/display/intel_display.h:589:
+#define I915_STATE_WARN_ON(x)						\
+	I915_STATE_WARN((x), "%s", "WARN_ON(" __stringify(x) ")")

total: 0 errors, 0 warnings, 1 checks, 46 lines checked
27978f72232d drm/i915: move printing and load error inject to i915_utils.[ch]
-:150: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#150: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 242 lines checked
b139c4e58bec drm/i915: extract i915_perf.h from i915_drv.h
-:91: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#91: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 81 lines checked
17f4e89e6e0d drm/i915: extract i915_sysfs.h from i915_drv.h
-:60: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#60: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 38 lines checked
f5ea7f575fdb drm/i915: extract i915_suspend.h from i915_drv.h
-:60: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#60: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 38 lines checked
f7eab6b0a831 drm/i915: extract i915_memcpy.h from i915_drv.h
-:115: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#115: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 96 lines checked
f38bad2b2252 drm/i915: extract gem/i915_gem_stolen.h from i915_drv.h
-:33: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#33: 
new file mode 100644

-:54: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#54: FILE: drivers/gpu/drm/i915/gem/i915_gem_stolen.h:17:
+				unsigned alignment);

-:57: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#57: FILE: drivers/gpu/drm/i915/gem/i915_gem_stolen.h:20:
+					 unsigned alignment, u64 start,

total: 0 errors, 3 warnings, 0 checks, 92 lines checked
22892c935c97 drm/i915: extract i915_gem_shrinker.h from i915_drv.h
-:21: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#21: 
new file mode 100644

-:43: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#43: FILE: drivers/gpu/drm/i915/gem/i915_gem_shrinker.h:18:
+			      unsigned flags);

-:54: CHECK:UNCOMMENTED_DEFINITION: struct mutex definition without comment
#54: FILE: drivers/gpu/drm/i915/gem/i915_gem_shrinker.h:29:
+				    struct mutex *mutex);

total: 0 errors, 2 warnings, 1 checks, 61 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2019-08-08 14:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08 13:42 [PATCH 00/10] drm/i915: header cleanup of the day Jani Nikula
2019-08-08 13:42 ` [PATCH 01/10] drm/i915: remove unused dev_priv->no_aux_handshake Jani Nikula
2019-08-08 13:44   ` Chris Wilson
2019-08-08 13:42 ` [PATCH 02/10] drm/i915: move add_taint_for_CI() to i915_utils.h Jani Nikula
2019-08-08 13:42 ` [PATCH 03/10] drm/i915: move I915_STATE_WARN() and _ON() to intel_display.h Jani Nikula
2019-08-08 13:42 ` [PATCH 04/10] drm/i915: move printing and load error inject to i915_utils.[ch] Jani Nikula
2019-08-08 13:42 ` [PATCH 05/10] drm/i915: extract i915_perf.h from i915_drv.h Jani Nikula
2019-08-08 13:42 ` [PATCH 06/10] drm/i915: extract i915_sysfs.h " Jani Nikula
2019-08-08 13:42 ` [PATCH 07/10] drm/i915: extract i915_suspend.h " Jani Nikula
2019-08-08 13:42 ` [PATCH 08/10] drm/i915: extract i915_memcpy.h " Jani Nikula
2019-08-08 13:42 ` [PATCH 09/10] drm/i915: extract gem/i915_gem_stolen.h " Jani Nikula
2019-08-08 13:42 ` [PATCH 10/10] drm/i915: extract i915_gem_shrinker.h " Jani Nikula
2019-08-08 13:54 ` [PATCH 00/10] drm/i915: header cleanup of the day Chris Wilson
2019-08-09  9:53   ` Jani Nikula
2019-08-08 14:51 ` Patchwork [this message]
2019-08-08 14:57 ` ✗ Fi.CI.SPARSE: warning for " Patchwork
2019-08-08 15:16 ` ✓ Fi.CI.BAT: success " Patchwork
2019-08-09  0:24 ` ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190808145120.4817.12701@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.