summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorHimangi Saraogi <himangi774@gmail.com>2014-08-08 02:11:33 +0530
committerDavid S. Miller <davem@davemloft.net>2014-08-07 16:02:58 -0700
commitabac0d3f80ec8cbec5589bb2cebec188bf5f03e0 (patch)
tree9f5d141df8dc6303462f75cb5dcaf8fb04da8fb5 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent250b2dd44929ec03077100b6ae2906800e4f744f (diff)
drivers/net: Remove typedef axnet_dev_t
The Linux kernel coding style guidelines suggest not using typedefs for structure types. This patch gets rid of the typedef for axnet_dev_t. Also, the name of the struct is changed to drop the _t, to make the name look less typedef-like. The following Coccinelle semantic patch detects the case: @tn@ identifier i; type td; @@ -typedef struct i { ... } -td ; @@ type tn.td; identifier tn.i; @@ -td + struct i Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions