Re: [PATCH] w1: Remove unneeded header file

From: Evgeniy Polyakov
Date: Tue Jun 28 2016 - 09:04:31 EST


Hi

24.06.2016, 09:18, "Amitoj Kaur Chawla" <amitoj1606@xxxxxxxxx>:
> Drop redundant include of moduleparam.h
>
> The Coccinelle semantic patch used to make this change is as follows:
> @ includesmodule @
> @@
>
> #include <linux/module.h>
>
> @ depends on includesmodule @
> @@
>
> - #include <linux/moduleparam.h>
>
> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@xxxxxxxxx>

Looks good to me, but these @@ are pretty cryptic.