]> asedeno.scripts.mit.edu Git - linux.git/commit
staging:rtl8192u: Rename enum DIRECTION_VALUE - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Sat, 28 Jul 2018 23:14:50 +0000 (00:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jul 2018 09:06:04 +0000 (11:06 +0200)
commit489d5cd8046e6cd7db4123df57108ca52c2e49fe
tree1f7e73064243c0482e3e3f433f9d68eb011477e0
parent15321170f7e2fa1d010f021589c8f7168c5d23fa
staging:rtl8192u: Rename enum DIRECTION_VALUE - Style

The enumerated type DIRECTION_VALUE should be named in lowercase to
comply with coding standard so is renamed to direction_value. In
addition the 'typedef' directive has been removed to clear the
checkpatch issue with defining new types.

These changes are 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>
drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h
drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c