commit | a205d5005eba9e2bcfff735c5d1e416df39df912 | [log] [tgz] |
---|---|---|
author | Christoph Probst <kernel@probst.it> | Wed May 08 21:36:25 2019 +0200 |
committer | Steve French <stfrench@microsoft.com> | Thu May 09 13:17:04 2019 -0500 |
tree | bdad03831841afe698d9f1ab4644076a6ee68bf5 | |
parent | b63a9de02d64ecd5ff0749e90253f5b30ba5b9c0 [diff] |
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>