From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26593C4167B for ; Thu, 7 Dec 2023 16:47:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233065AbjLGQrf (ORCPT ); Thu, 7 Dec 2023 11:47:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233045AbjLGQrd (ORCPT ); Thu, 7 Dec 2023 11:47:33 -0500 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14D6C10D1 for ; Thu, 7 Dec 2023 08:47:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701967660; x=1733503660; h=date:from:to:cc:subject:message-id:mime-version; bh=PvTPXJLiWcY6eGFwYwrLpaMyezRPK5gst27sybqXNnk=; b=nBZtSz7j4LgVZxL8omHSuLOkbenoHJIHG9NM07vBChALoNuT07YZymzU NgRojRcFTk9tVvnz7hGXOcX9NP8jSS/czfiV3DD4h9zcQ3g9nOyUfm2HY hbuvqvidpLXO3C7IFGMvpJz1EFjV2jbwRJCWEu7pTiu2gcWVDp51dwkVM G0cySXrhWKkID268g+Q/2nzf0FFHsHZOjLOUJXI8yONdbirKrAJA8A6jO D992WXYD0+b4BRpZmXWEUNlqVUB6fHAmaH+/fPmliQ0iwLxSCXVKXJ5MM MD6ZkQFQmdzcdvUog9194LubZXoXACtjanF7NCCMhB4ltwKmsIroJ5x1f A==; X-IronPort-AV: E=McAfee;i="6600,9927,10917"; a="373759401" X-IronPort-AV: E=Sophos;i="6.04,258,1695711600"; d="scan'208";a="373759401" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2023 08:47:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10917"; a="775477115" X-IronPort-AV: E=Sophos;i="6.04,258,1695711600"; d="scan'208";a="775477115" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by fmsmga007.fm.intel.com with ESMTP; 07 Dec 2023 08:47:38 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rBHXE-000CYQ-0H; Thu, 07 Dec 2023 16:47:36 +0000 Date: Fri, 8 Dec 2023 00:46:49 +0800 From: kernel test robot To: Ondrej Zary Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Damien Le Moal Subject: drivers/ata/pata_parport/frpw.c:210 frpw_test_pnp() warn: inconsistent indenting Message-ID: <202312080025.lkfHiW4A-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: bee0e7762ad2c6025b9f5245c040fcc36ef2bde8 commit: 72f2b0b2185099dce354c805009f591dda3ab73d drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parport date: 10 months ago config: arm-randconfig-r071-20231130 (https://download.01.org/0day-ci/archive/20231208/202312080025.lkfHiW4A-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0 reproduce: (https://download.01.org/0day-ci/archive/20231208/202312080025.lkfHiW4A-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/202312080025.lkfHiW4A-lkp@intel.com/ smatch warnings: drivers/ata/pata_parport/frpw.c:210 frpw_test_pnp() warn: inconsistent indenting vim +210 drivers/ata/pata_parport/frpw.c ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 201 ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 202 olddelay = pi->delay; ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 203 pi->delay = 10; ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 204 ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 205 pi->saved_r0 = r0(); ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 206 pi->saved_r2 = r2(); ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 207 ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 208 w2(4); w0(4); w2(6); w2(7); ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 209 a = r1() & 0xff; w2(4); b = r1() & 0xff; ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 @210 w2(0xc); w2(0xe); w2(4); ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 211 ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 212 pi->delay = olddelay; ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 213 w0(pi->saved_r0); ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 214 w2(pi->saved_r2); ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 215 ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 216 return ((~a&0x40) && (b&0x40)); ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 217 } ^1da177e4c3f41 drivers/block/paride/frpw.c Linus Torvalds 2005-04-16 218 :::::: The code at line 210 was first introduced by commit :::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2 :::::: TO: Linus Torvalds :::::: CC: Linus Torvalds -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki