All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/skl: fix semicolon.cocci warnings
       [not found] <201503262219.59tHqgX9%fengguang.wu@intel.com>
@ 2015-03-26 14:30   ` kbuild test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kbuild test robot @ 2015-03-26 14:30 UTC (permalink / raw)
  To: Tvrtko Ursulin
  Cc: kbuild-all, Daniel Vetter, Jani Nikula, David Airlie, intel-gfx,
	dri-devel, linux-kernel

drivers/gpu/drm/i915/intel_pm.c:2913:4-5: Unneeded semicolon


 Removes unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 intel_pm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -2910,7 +2910,7 @@ static bool skl_compute_plane_wm(const s
 				break;
 			case 8:
 				WARN(1, "Unsupported pixel depth for rotation");
-			};
+			}
 		}
 		y_tile_minimum = plane_blocks_per_line * min_scanlines;
 		selected_result = max(method2, y_tile_minimum);

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] drm/i915/skl: fix semicolon.cocci warnings
@ 2015-03-26 14:30   ` kbuild test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kbuild test robot @ 2015-03-26 14:30 UTC (permalink / raw)
  To: Tvrtko Ursulin
  Cc: David Airlie, Daniel Vetter, intel-gfx, linux-kernel, dri-devel,
	kbuild-all

drivers/gpu/drm/i915/intel_pm.c:2913:4-5: Unneeded semicolon


 Removes unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 intel_pm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -2910,7 +2910,7 @@ static bool skl_compute_plane_wm(const s
 				break;
 			case 8:
 				WARN(1, "Unsupported pixel depth for rotation");
-			};
+			}
 		}
 		y_tile_minimum = plane_blocks_per_line * min_scanlines;
 		selected_result = max(method2, y_tile_minimum);
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Intel-gfx] [PATCH] drm/i915/skl: fix semicolon.cocci warnings
  2015-03-26 14:30   ` kbuild test robot
@ 2015-03-26 15:22     ` Daniel Vetter
  -1 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2015-03-26 15:22 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Tvrtko Ursulin, David Airlie, Daniel Vetter, intel-gfx,
	linux-kernel, dri-devel, kbuild-all

On Thu, Mar 26, 2015 at 10:30:21PM +0800, kbuild test robot wrote:
> drivers/gpu/drm/i915/intel_pm.c:2913:4-5: Unneeded semicolon
> 
> 
>  Removes unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Oops, somehow didn't see your patch at first. Applied this one now instead
of mine.
-Daniel

> ---
> 
>  intel_pm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/gpu/drm/i915/intel_pm.c
> +++ b/drivers/gpu/drm/i915/intel_pm.c
> @@ -2910,7 +2910,7 @@ static bool skl_compute_plane_wm(const s
>  				break;
>  			case 8:
>  				WARN(1, "Unsupported pixel depth for rotation");
> -			};
> +			}
>  		}
>  		y_tile_minimum = plane_blocks_per_line * min_scanlines;
>  		selected_result = max(method2, y_tile_minimum);
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Intel-gfx] [PATCH] drm/i915/skl: fix semicolon.cocci warnings
@ 2015-03-26 15:22     ` Daniel Vetter
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2015-03-26 15:22 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Tvrtko Ursulin, Daniel Vetter, intel-gfx, linux-kernel,
	dri-devel, kbuild-all

On Thu, Mar 26, 2015 at 10:30:21PM +0800, kbuild test robot wrote:
> drivers/gpu/drm/i915/intel_pm.c:2913:4-5: Unneeded semicolon
> 
> 
>  Removes unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Oops, somehow didn't see your patch at first. Applied this one now instead
of mine.
-Daniel

> ---
> 
>  intel_pm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/gpu/drm/i915/intel_pm.c
> +++ b/drivers/gpu/drm/i915/intel_pm.c
> @@ -2910,7 +2910,7 @@ static bool skl_compute_plane_wm(const s
>  				break;
>  			case 8:
>  				WARN(1, "Unsupported pixel depth for rotation");
> -			};
> +			}
>  		}
>  		y_tile_minimum = plane_blocks_per_line * min_scanlines;
>  		selected_result = max(method2, y_tile_minimum);
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915/skl: fix semicolon.cocci warnings
  2015-03-26 14:30   ` kbuild test robot
  (?)
  (?)
@ 2015-03-26 22:51   ` shuang.he
  -1 siblings, 0 replies; 5+ messages in thread
From: shuang.he @ 2015-03-26 22:51 UTC (permalink / raw)
  To: shuang.he, ethan.gao, intel-gfx, fengguang.wu

Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
Task id: 6063
-------------------------------------Summary-------------------------------------
Platform          Delta          drm-intel-nightly          Series Applied
PNV                 -1              276/276              275/276
ILK                                  303/303              303/303
SNB                                  304/304              304/304
IVB                                  339/339              339/339
BYT                                  287/287              287/287
HSW                                  362/362              362/362
BDW                                  310/310              310/310
-------------------------------------Detailed-------------------------------------
Platform  Test                                drm-intel-nightly          Series Applied
*PNV  igt@gem_userptr_blits@minor-unsync-normal      PASS(2)      DMESG_WARN(1)PASS(1)
(dmesg patch applied)WARNING:at_drivers/gpu/drm/i915/i915_gem_evict.c:#i915_gem_evict_vm[i915]()@WARNING:.* at .* i915_gem_evict_vm+0x
Note: You need to pay more attention to line start with '*'
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-26 22:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201503262219.59tHqgX9%fengguang.wu@intel.com>
2015-03-26 14:30 ` [PATCH] drm/i915/skl: fix semicolon.cocci warnings kbuild test robot
2015-03-26 14:30   ` kbuild test robot
2015-03-26 15:22   ` [Intel-gfx] " Daniel Vetter
2015-03-26 15:22     ` Daniel Vetter
2015-03-26 22:51   ` shuang.he

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.