]> git.baikalelectronics.ru Git - kernel.git/commit
staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs'
authorPragat Pandya <pragat.pandya@gmail.com>
Mon, 10 Feb 2020 18:35:55 +0000 (00:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2020 19:25:43 +0000 (11:25 -0800)
commitbdbc8efd74479d3cf0b1bb13463c70508dc7a8f2
tree7938214f9bcabaf440963d8df92cefd28f7152ff
parent72605c8156231af373ad848bb85ab43ccee27129
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>
drivers/staging/exfat/exfat.h
drivers/staging/exfat/exfat_super.c