]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: remove unnecessary ternary boolean conversion
authorNamjae Jeon <linkinjeon@kernel.org>
Thu, 21 May 2026 12:27:41 +0000 (21:27 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Fri, 5 Jun 2026 15:20:06 +0000 (00:20 +0900)
commit949ba99cfe92868acd35935b7e0d91f01ca283f1
tree0cc33dd6969f372e924cfc700dfc52c60d431692
parentcbe287fd65f1a51eb1720e93ceca7ee8d8b011bc
ntfs: remove unnecessary ternary boolean conversion

Coccinelle warned about unnecessary  patterns when
assigning to bool variables.

Simply assign the condition directly.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/runlist.c