]> asedeno.scripts.mit.edu Git - linux.git/commit
cifs: cleanup smb2ops.c and normalize strings
authorChristoph Probst <kernel@probst.it>
Wed, 8 May 2019 19:36:25 +0000 (21:36 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 9 May 2019 18:17:04 +0000 (13:17 -0500)
commita205d5005eba9e2bcfff735c5d1e416df39df912
treebdad03831841afe698d9f1ab4644076a6ee68bf5
parentb63a9de02d64ecd5ff0749e90253f5b30ba5b9c0
cifs: cleanup smb2ops.c and normalize strings

Fix checkpatch warnings/errors in smb2ops.c except "LONG_LINE". Add missing
linebreaks, indentings, __func__. Remove void-returns, unneeded braces.
Address warnings spotted by checkpatch.

Add SPDX License Header.

Add missing "\n" and capitalize first letter in some cifs_dbg() strings.

Signed-off-by: Christoph Probst <kernel@probst.it>
Signed-off-by: Steve French <stfrench@microsoft.com>
Acked-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/smb2ops.c