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 <[email protected]>
> Signed-off-by: Michal Wajdeczko <[email protected]>
> Cc: Chris Wilson <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
-Chris
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to