commit | 439968b7bb61f3f587658e18f00e9b25bf458445 | [log] [tgz] |
---|---|---|
author | Pragat Pandya <pragat.pandya@gmail.com> | Tue Feb 11 00:05:55 2020 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 11 11:25:43 2020 -0800 |
tree | 7938214f9bcabaf440963d8df92cefd28f7152ff | |
parent | a474b9021ef48449e0b513bc4ac20685dbf45773 [diff] |
staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs' Fix checkpatch warning: Avoid CamelCase Change all occurrences of identifier "NumSubdirs" to "num_subdirs" Signed-off-by: Pragat Pandya <pragat.pandya@gmail.com> Link: https://lore.kernel.org/r/20200210183558.11836-17-pragat.pandya@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>