summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-31 21:59:56 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-02 09:46:00 +0200
commit9365607ac1c91e8ee4dbda7e1c015f3d2eca489a (patch)
tree63c8df7a037736f0633caab344c61b6131e8e48e /tools/perf/scripts
parent0a679b9359f6b8394e93007e0b530da6bd819355 (diff)
downloadcachepc-linux-9365607ac1c91e8ee4dbda7e1c015f3d2eca489a.tar.gz
cachepc-linux-9365607ac1c91e8ee4dbda7e1c015f3d2eca489a.zip
staging:rtl8192u: Refactor union TSPEC_BODY - Style
The union TSPEC_BODY is never used as a union. The union comprises an array of bytes and a bitfield structure, both of which are 55 bytes in length, but the byte array is never used. As a result the union has been truncated to the bitfield struct, which is actually used. Additionally the typedef has been removed from the structure to clear the checkpatch issue with defining new types. Additionally the name has been changed to lowercase to comply with coding style. These changes are all coding style changes which should have no impact on runtime code execution. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions