commit | bc3ae2415becf994002067273677a3b4514ed907 | [log] [tgz] |
---|---|---|
author | John Whitmore <johnfwhitmore@gmail.com> | Wed Aug 08 22:00:26 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 27 19:17:07 2018 +0200 |
tree | f6ef29501ec51570e73af7e23754303d5b1acacd | |
parent | abdc4cae86f03c7cb319ac9cbb573e27b74c59bc [diff] |
staging:rtl8192u: Rename __pTa - Style The macro parameter __pTa causes a checkpatch issue because of its use of CamelCase naming. The parameter has this been renamed to addr. This is a coding style change 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>