summaryrefslogtreecommitdiffstats
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorSanjana Sanikommu <sanjana99reddy99@gmail.com>2019-03-26 22:39:42 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-27 23:33:27 +0900
commit49103a816a49c6f3da420dbcab97c47038109a61 (patch)
treed34ecea3f33e5b42e99bdf983f8fe474a6dce16c /scripts/stackusage
parentf40c9e3d7703e1af411aa0d163ce4ade1b333f93 (diff)
downloadlinux-49103a816a49c6f3da420dbcab97c47038109a61.tar.gz
linux-49103a816a49c6f3da420dbcab97c47038109a61.zip
staging: rtl8192u: Remove typedef for struct.
Challenge suggested by coccinelle. Linux kernel coding style guidelines suggest not using typedefs for structure. 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: Sanjana Sanikommu <sanjana99reddy99@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions