commit | 268523aa6a408f9b9ea04fdd8b344c2b5fbcf2e4 | [log] [tgz] |
---|---|---|
author | M. Vefa Bicakci <m.v.b@runbox.com> | Sat Mar 28 21:07:53 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 03 15:25:46 2015 +0200 |
tree | bf9252f103ea396314a83fca9051159231e1ba4f | |
parent | 3104ebad91c15b9b3b17d28837b67f0a74088dbe [diff] |
staging: rtl8723au: No spaces at the start of a line Prior to this commit, a large block of constants used to represent an AES S-box table were indented with spaces in rtl8723au's rtw_security.c. Correct the checkpatch.pl warnings indicating that spaces should not be used to indent lines: WARNING: please, no spaces at the start of a line Signed-off-by: M. Vefa Bicakci <m.v.b@runbox.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>