]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Restyle comment block in ni_parse_reparse()
authorKari Argillander <kari.argillander@gmail.com>
Tue, 24 Aug 2021 18:37:06 +0000 (21:37 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 27 Aug 2021 14:05:12 +0000 (17:05 +0300)
commit3123d44b9db55b8865fbb1b036ecc572f4e16b0c
treedeab2aa87eff50de703cb1dd92d53a33cb637191
parent703a6473bb828526e21bce00e15c7f53d1f43d0d
fs/ntfs3: Restyle comment block in ni_parse_reparse()

First of this fix one none utf8 char in this comment block. Maybe
this happened because error in filesystem ;)

Also this block was hard to read because long lines so make it max 80
long. And while we doing this stuff make little better grammer.

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/frecord.c