From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 415311B272 for ; Fri, 13 Oct 2023 15:21:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="T7fP9nCB" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697210497; x=1728746497; h=date:from:to:cc:subject:message-id:mime-version; bh=HHL7PQtved4TL5932jOgONbEfejlcnHW/2YfWL17rcY=; b=T7fP9nCB2HZPIhQZuusboMk8s3EBsKqHnOG6BcZTFP4I66NUAU0GFrDA gztmhLIcHZ34JjtCfqF5JixFBXobEBbIyWhX0hR+k/735VNcUGVgcbV2j ZWB04dZQQ1PueFOU/NhqnFoPUUe6wWV8c8iFhs+V+ux/AQoHnTyjZ09wv 8JSJLJMQgIXzNJPIl9KrTN0DbdnvaqeHzVnxQz9FRvdCPqUMB1aYIOFQ2 RaQHDBVF4zoABav/8dST8fveYzTgvskCUCbmL9WFKku5HsRHP9Smzzp9s xXye6aB/AdVDWtcl+5uvX7dV/OQfTa3YX9KMq4TMwEkCRKnFvUYxuLIlf Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10862"; a="370269878" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="370269878" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 08:21:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10862"; a="789898463" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789898463" Received: from lkp-server02.sh.intel.com (HELO f64821696465) ([10.239.97.151]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 08:21:35 -0700 Received: from kbuild by f64821696465 with local (Exim 4.96) (envelope-from ) id 1qrJyn-0004yV-0e; Fri, 13 Oct 2023 15:21:33 +0000 Date: Fri, 13 Oct 2023 23:21:01 +0800 From: kernel test robot To: Amir Goldstein Cc: oe-kbuild-all@lists.linux.dev Subject: [amir73il:fuse-backing-fd 8/29] checkpatch: WARNING: Missing a blank line after declarations Message-ID: <202310132333.cNhUtXDB-lkp@intel.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tree: https://github.com/amir73il/linux fuse-backing-fd head: af314f8dfffbe0852967cf253beb94878c5d4846 commit: c2dc68c10dc4980e464c0c17b278884f0a2b5a62 [8/29] ovl: split ovl_want_write() into two helpers reproduce: (https://download.01.org/0day-ci/archive/20231013/202310132333.cNhUtXDB-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 | Closes: https://lore.kernel.org/oe-kbuild-all/202310132333.cNhUtXDB-lkp@intel.com/ # many are suggestions rather than must-fix WARNING:LINE_SPACING: Missing a blank line after declarations #46: FILE: fs/overlayfs/util.c:24: + struct ovl_fs *ofs = OVL_FS(dentry->d_sb); + return mnt_get_write_access(ovl_upper_mnt(ofs)); WARNING:LINE_SPACING: Missing a blank line after declarations #53: FILE: fs/overlayfs/util.c:31: + struct ovl_fs *ofs = OVL_FS(dentry->d_sb); + sb_start_write(ovl_upper_mnt(ofs)->mnt_sb); WARNING:LINE_SPACING: Missing a blank line after declarations #65: FILE: fs/overlayfs/util.c:43: + struct ovl_fs *ofs = OVL_FS(dentry->d_sb); + mnt_put_write_access(ovl_upper_mnt(ofs)); WARNING:LINE_SPACING: Missing a blank line after declarations #71: FILE: fs/overlayfs/util.c:49: + struct ovl_fs *ofs = OVL_FS(dentry->d_sb); + sb_end_write(ovl_upper_mnt(ofs)->mnt_sb); -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki