aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJohn Whitmore <[email protected]>2018-07-16 20:04:46 +0100
committerGreg Kroah-Hartman <[email protected]>2018-07-21 08:55:56 +0200
commit6ae62698ee42ac1a368d33b0d95d38335c0d0e2f (patch)
tree25b570910202041129f185345e8f5c49b94326e8 /tools/perf/scripts/python/export-to-postgresql.py
parent336b25773c4efe83dbbde2453cad6c76ba35a551 (diff)
staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - Style
To clear a checkpatch issue removed the typedef of the structure TS_COMMON_INFO. This change removes the previous declaration, which defined two types, both TS_COMMON_INFO and a pointer type PTS_COMMON_INFO: typedef struct _TS_COMMON_INFO { ... } TS_COMMON_INFO, *PTS_COMMON_INFO; The pointer type has been completely removed from the code, as: "(so-called Hungarian notation) is brain damaged" according to the coding standard. Signed-off-by: John Whitmore <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions