diff options
author | Kari Argillander <kari.argillander@gmail.com> | 2021-09-07 11:34:41 +0300 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2021-09-16 17:01:36 +0300 |
commit | cffb5152eea82de890dd418a90612aede96068d6 (patch) | |
tree | ce5e6e6af2153e9ed720e2c6aae6686fdbf73e15 /fs/ntfs3 | |
parent | 2829e39e0e8add377508b3c6ef4cf48e6db324fb (diff) | |
download | linux-cffb5152eea82de890dd418a90612aede96068d6.tar.bz2 |
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 <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3')
-rw-r--r-- | fs/ntfs3/lznt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs3/lznt.c b/fs/ntfs3/lznt.c index 12ba42518efe..28f654561f27 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) { |