]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit - fs/ntfs3/index.c
fs/ntfs3: Restyle comments to better align with kernel-doc
authorKari Argillander <kari.argillander@gmail.com>
Tue, 3 Aug 2021 11:57:09 +0000 (14:57 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 30 Aug 2021 15:39:14 +0000 (18:39 +0300)
commite8b8e97f91b80f08a2f1b7ea4f81e7af61b2cc2f
treedfa9cd09534c9d3f495a4bd5c36fd182856810be
parentb8155e95de38b25a69dfb03e4731fd6c5a28531e
fs/ntfs3: Restyle comments to better align with kernel-doc

Capitalize comments and end with period for better reading.

Also function comments are now little more kernel-doc style. This way we
can easily convert them to kernel-doc style if we want. Note that these
are not yet complete with this style. Example function comments start
with /* and in kernel-doc style they start /**.

Use imperative mood in function descriptions.

Change words like ntfs -> NTFS, linux -> Linux.

Use "we" not "I" when commenting code.

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
21 files changed:
fs/ntfs3/attrib.c
fs/ntfs3/attrlist.c
fs/ntfs3/bitfunc.c
fs/ntfs3/bitmap.c
fs/ntfs3/debug.h
fs/ntfs3/dir.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.h
fs/ntfs3/ntfs_fs.h
fs/ntfs3/record.c
fs/ntfs3/run.c
fs/ntfs3/super.c
fs/ntfs3/upcase.c
fs/ntfs3/xattr.c