Re: [PATCH] hdlc: Remove typedefs from struct names

From: David Miller
Date: Mon Aug 11 2014 - 15:20:49 EST


From: Himangi Saraogi <himangi774@xxxxxxxxx>
Date: Sat, 9 Aug 2014 22:17:16 +0530

> The Linux kernel coding style guidelines suggest not using typedefs
> for structure types. This patch gets rid of the typedefs for
> fr_hdr and pvc_device. Also, the names of the structs are changed to
> drop the _t, to make the name look less typedef-like.
>
> The following Coccinelle semantic patch detects the case fr_hdr and a
> similar one detects the case for pvc_device.
...
> Signed-off-by: Himangi Saraogi <himangi774@xxxxxxxxx>
> Acked-by: Julia Lawall <julia.lawall@xxxxxxx>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/