fs/ntfs3: Code formatting and refactoring
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 17 Jan 2023 11:01:00 +0000 (15:01 +0400)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 27 Mar 2023 13:44:35 +0000 (17:44 +0400)
commit96de65a9413e0422233b285368e8a9a64e461187
treeb90c01696305460d6332cbb76673ed169541c8b6
parent75c5e0c9e5cad34deeec7c131c2b1368df5a8c75
fs/ntfs3: Code formatting and refactoring

Added minor refactoring.
Added and fixed some comments.
In some places, the code has been reformatted to fit into 80 columns.
clang-format-12 was used to format code according kernel's .clang-format.

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
15 files changed:
fs/ntfs3/attrib.c
fs/ntfs3/bitmap.c
fs/ntfs3/file.c
fs/ntfs3/frecord.c
fs/ntfs3/fslog.c
fs/ntfs3/fsntfs.c
fs/ntfs3/index.c
fs/ntfs3/inode.c
fs/ntfs3/lznt.c
fs/ntfs3/namei.c
fs/ntfs3/ntfs_fs.h
fs/ntfs3/record.c
fs/ntfs3/run.c
fs/ntfs3/super.c
fs/ntfs3/xattr.c