All of lore.kernel.org
 help / color / mirror / Atom feed
* [amir73il:fuse-backing-fd 20/29] checkpatch: WARNING: braces {} are not necessary for single statement blocks
@ 2023-10-13 16:20 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-13 16:20 UTC (permalink / raw)
  To: Amir Goldstein; +Cc: oe-kbuild-all

tree:   https://github.com/amir73il/linux fuse-backing-fd
head:   af314f8dfffbe0852967cf253beb94878c5d4846
commit: 03c0eb3308fc5b428252dd0dee02f0ef24194398 [20/29] fs: factor out backing_file_{read,write}_iter() helpers
reproduce: (https://download.01.org/0day-ci/archive/20231014/202310140011.AsMnP3cF-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202310140011.AsMnP3cF-lkp@intel.com/

# many are suggestions rather than must-fix

WARNING:BRACES: braces {} are not necessary for single statement blocks
#73: FILE: fs/backing-file.c:85:
+	if (iocb->ki_flags & IOCB_WRITE) {
+		kiocb_end_write(iocb);
+	}

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-13 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 16:20 [amir73il:fuse-backing-fd 20/29] checkpatch: WARNING: braces {} are not necessary for single statement blocks kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.