cifs: remove some camelCase and also some static build warnings
authorSteve French <stfrench@microsoft.com>
Sat, 16 Jul 2022 04:45:45 +0000 (23:45 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Aug 2022 06:34:44 +0000 (01:34 -0500)
commitc2c17ddbf32bd89c4b5e3eb71068b52c890d07df
treee069ecf53c5dc377661ac816633444de5e26eb54
parent0827f71b881c9d679df4cb33936cbe8bcaa77321
cifs: remove some camelCase and also some static build warnings

Remove warnings for five global variables. For example:
  fs/cifs/cifsglob.h:1984:24: warning: symbol 'midCount' was not declared. Should it be static?

Also change them from camelCase (e.g. "midCount" to "mid_count")

Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_debug.c
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/misc.c
fs/cifs/smb2transport.c
fs/cifs/transport.c