]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Place Comparisons constant right side of the test
authorKari Argillander <kari.argillander@gmail.com>
Tue, 7 Sep 2021 08:34:39 +0000 (11:34 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 16 Sep 2021 14:01:35 +0000 (17:01 +0300)
commitc275ae25d6004032824531c249e70bfab6c69b5b
treed13f76bb9128329e040f534221b23f50b7d54f22
parentc2a87a9707741c182bb74d9003da19785f9b6ed8
fs/ntfs3: Place Comparisons constant right side of the test

For better code readability place constant always right side of the
test. This will also address checkpatch warning.

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