summaryrefslogtreecommitdiff
path: root/include/linux/input
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-08-05 01:29:22 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-05 12:14:48 -0700
commiteeb1c0629539b1393d0b5ffea9cc2d71e6e933bf (patch)
treeabcdd148d6819a1357afcf7c77081fbe86b82859 /include/linux/input
parent2cb1df7ebd8b8807a204ffb0692751b15d4cb1bf (diff)
Staging: wilc1000: Remove typedefs for struct
The Linux kernel coding style guidelines suggest not using typedefs for structure and enum types. This patch gets rid of the typedefs for Ack_session_info_t. The following Coccinelle semantic patch detects the cases for struct type: @tn@ identifier i; type td; @@ -typedef struct i { ... } -td ; @@ type tn.td; identifier tn.i; @@ -td + struct i Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/input')
0 files changed, 0 insertions, 0 deletions