From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from MTA-11-3.privateemail.com (mta-11-3.privateemail.com [198.54.122.105]) (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 9EACF3C2D for ; Wed, 18 Jan 2023 17:41:55 +0000 (UTC) Received: from mta-11.privateemail.com (localhost [127.0.0.1]) by mta-11.privateemail.com (Postfix) with ESMTP id E9FC818000A4; Wed, 18 Jan 2023 12:41:48 -0500 (EST) Received: from pappasbrent.com (050-088-208-136.res.spectrum.com [50.88.208.136]) by mta-11.privateemail.com (Postfix) with ESMTPA id F33A018000A8; Wed, 18 Jan 2023 12:41:38 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pappasbrent.com; s=default; t=1674063708; bh=D7WHsXyXqtqJWxl+4AA+cbRa4gc8zNjQxP2TO71jpHU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FKJ78MCIj8RQxUTJAJzyJonlBSXjGLX/1+BIy3ysTyJAUyYB/JdRj1e8GYa8zQpMm LNyfGg4qG/ukz4it8cTkmkqAFu6+jyq7YIG6GxfyN2tO3FNAjOPDPlho52sDRE5aQf Hru1Ri3XaDd8jgcsGf5xfoeswQDayvWcwmMlN/k6F5MLM223SizJPaTTsIZus5kLbQ LBVGoe6kpGBNBeHU6FJcM3USIrtPpJSZTPrm4eYxpn7G/f7y8NFJVEEqhVPbok/MRq d3C43QpdkqcK9K3UPktq7NoGYG9WkZPq5A30lghDkQKwLyIu3+PIXlWgx+U1v59Fk4 o7/uLItoaMO4g== Date: Wed, 18 Jan 2023 12:41:36 -0500 From: Brent Pappas To: Andy Shevchenko Cc: ailus@linux.intel.com, error27@gmail.com, gregkh@linuxfoundation.org, hdegoede@redhat.com, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, mchehab@kernel.org Subject: Re: [PATCH v6] media: atomisp: pci: Replace bytes macros with functions Message-ID: References: <20230118160739.26059-1-bpappas@pappasbrent.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Virus-Scanned: ClamAV using ClamSMTP > In my MUA I don't clearly see if indentations are really being fixed, > assuming that The issue I was having was that my editor had tabs set to size 4. I switched them to size 8 and could see the issues that Dan was seeing. I've ran checkpatch.pl on the patch and it passes, but if you see an issue I will address it. > Thank you and keep going! Thank you for your patience.