From: Kari Argillander Date: Tue, 7 Sep 2021 08:34:41 +0000 (+0300) Subject: fs/ntfs3: Remove tabs before spaces from comment X-Git-Tag: v5.15-rc6~33^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cffb5152eea82de890dd418a90612aede96068d6;p=thirdparty%2Flinux.git fs/ntfs3: Remove tabs before spaces from comment Remove tabs before spaces from comment as recommended by kernel coding style. Checkpatch also warn about these. Signed-off-by: Kari Argillander Signed-off-by: Konstantin Komarov --- diff --git a/fs/ntfs3/lznt.c b/fs/ntfs3/lznt.c index 12ba42518efea..28f654561f279 100644 --- a/fs/ntfs3/lznt.c +++ b/fs/ntfs3/lznt.c @@ -292,7 +292,7 @@ next: /* * get_lznt_ctx * @level: 0 - Standard compression. - * !0 - Best compression, requires a lot of cpu. + * !0 - Best compression, requires a lot of cpu. */ struct lznt *get_lznt_ctx(int level) {