All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915/icl: replace check for combo phy
Date: Tue, 13 Nov 2018 03:09:51 -0000	[thread overview]
Message-ID: <20181113030951.10978.45283@emeril.freedesktop.org> (raw)
In-Reply-To: <20181113024503.28886-1-lucas.demarchi@intel.com>

== Series Details ==

Series: series starting with [v2,1/2] drm/i915/icl: replace check for combo phy
URL   : https://patchwork.freedesktop.org/series/52400/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
6b83938535de drm/i915/icl: replace check for combo phy
-:22: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__port' - possible side-effects?
#22: FILE: drivers/gpu/drm/i915/intel_combo_phy.c:8:
+#define for_each_combo_port(__dev_priv, __port) \
+	for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++)	\
+		for_each_if(intel_port_is_combophy(__dev_priv, __port))

total: 0 errors, 0 warnings, 1 checks, 26 lines checked
082c96aa9390 drm/i915/icl: reverse uninit order
-:22: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__port' - possible side-effects?
#22: FILE: drivers/gpu/drm/i915/intel_combo_phy.c:12:
+#define for_each_combo_port_rev(__dev_priv, __port) \
+	for ((__port) = I915_MAX_PORTS - 1; \
+	     (__port) >= PORT_A && (__port) < I915_MAX_PORTS; \
+	     (__port)--) \
+		for_each_if(intel_port_is_combophy(__dev_priv, __port))

total: 0 errors, 0 warnings, 1 checks, 20 lines checked

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

  parent reply	other threads:[~2018-11-13  3:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13  2:45 [PATCH v2 1/2] drm/i915/icl: replace check for combo phy Lucas De Marchi
2018-11-13  2:45 ` [PATCH v2 2/2] drm/i915/icl: reverse uninit order Lucas De Marchi
2018-11-13 13:19   ` Imre Deak
2018-11-13 13:23     ` Imre Deak
2018-11-13 17:40       ` Lucas De Marchi
2018-11-13 18:56       ` [PATCH v2] " Lucas De Marchi
2018-11-13 20:31         ` Jani Nikula
2018-11-13 21:22           ` Lucas De Marchi
2018-11-13 21:57             ` Jani Nikula
2018-11-13  3:09 ` Patchwork [this message]
2018-11-13  3:35 ` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915/icl: replace check for combo phy Patchwork
2018-11-13  5:05 ` ✓ Fi.CI.IGT: " Patchwork
2018-11-13 13:44 ` [PATCH v2 1/2] " Imre Deak
2018-11-13 19:08 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915/icl: replace check for combo phy (rev2) Patchwork
2018-11-13 19:30 ` ✓ Fi.CI.BAT: success " Patchwork
2018-11-14 17:23 ` ✓ 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=20181113030951.10978.45283@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lucas.demarchi@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.