Quoting Michal Wajdeczko (2017-09-14 16:08:02)
> As we now use same name for public module param and its local
> representation we can simplify param definition macro.
>
> Changes done with Coccinelle:
>
> @@
> declarer name module_param_named;
> declarer name module_param_named_unsafe;
> declarer name i915_param_named;
> declarer name i915_param_named_unsafe;
> identifier n;
> @@
>
> (
> -module_param_named(n, i915.n,
> +i915_module_param_named(n,
> ...);
> |
> -module_param_named_unsafe(n, i915.n,
> +i915_module_param_named_unsafe(n,
> ...);
> )
>
> Suggested-by: Chris Wilson <ch...@chris-wilson.co.uk>
> Signed-off-by: Michal Wajdeczko <michal.wajdec...@intel.com>
> Cc: Chris Wilson <ch...@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <ch...@chris-wilson.co.uk>
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx