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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B643FD2446E for ; Fri, 11 Oct 2024 04:42:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=sYP7IuL9UM6pnEWveB43sHsA0n+VGURxbaJ4i4rvAOg=; b=y4VTg5+yoE4wg6opnCKS7teuE/ Qe6D1FKo1awkn+80nXP+whZO3AofTnqItxJ6HRHZLavGkqHbBbdtDtWB7cb4L8ktEvU78gSZAznDT gF8T+cHo/9E0IOI3i3L3tY/f+as36e0f/rrMEgEiu/1Vnt2quHHJEqEnDG1d+66V8pCESlMohTvFD p4h7VsG6XUBI9r0mCnSUW+3xyFj35JfEwShqDGqeIp7/Uw29qcOZqt+Kjn1VwnrtXtDChj5awHk8k RyjslTt59ODMP4I33JHEYhUpGXuZVliGSPynU2UJCJEroiEmaCWFMcy2eS2GpHHavTfVJuLmxwyEh ZLFOY0nw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1sz7Tb-0000000FFFk-0Dd7; Fri, 11 Oct 2024 04:42:07 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1sz7SE-0000000FF3x-3Y3C; Fri, 11 Oct 2024 04:40:44 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 7CBA55C5DA4; Fri, 11 Oct 2024 04:40:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DCFC7C4CEC3; Fri, 11 Oct 2024 04:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1728621641; bh=hess8hjBuAArOoeZuREZa5dewg+dYVaafsMxx2IXsF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rDyWyMxuImy7FR+/mvysT0+jmelfS9KoV47RwSS+Fnhl/ODzxAeumbKF2pP6fEmMj 36tBQw4ETbyEyJmC3ScM1qAkMgxPze1y+mBngwXGu3tRYHKNeFclrn9SFG1COS5WR+ pcLSwBPigEKyoiCDLX+2TPBz2v4JXZL9//zKrROM= Date: Fri, 11 Oct 2024 06:36:09 +0200 From: Greg Kroah-Hartman To: Stefan Wahren Cc: Umang Jain , Broadcom internal kernel review list , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Kieran Bingham , Dan Carpenter , Laurent Pinchart Subject: Re: [PATCH 4/5] staging: vchiq_core: Macros indentation fix Message-ID: <2024101103-dizziness-occultist-b6ed@gregkh> References: <20241010102250.236545-1-umang.jain@ideasonboard.com> <20241010102250.236545-5-umang.jain@ideasonboard.com> <890c234b-6d68-4a43-8bea-208e5d1a115c@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <890c234b-6d68-4a43-8bea-208e5d1a115c@gmx.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241010_214042_981795_52D71B2F X-CRM114-Status: UNSURE ( 8.22 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Oct 10, 2024 at 06:50:24PM +0200, Stefan Wahren wrote: > Hi Umang, > > Am 10.10.24 um 12:22 schrieb Umang Jain: > > Make sure that MAKE_* macros fit within 80 columns instead of spanning > > in a single line. > honestly i'm not a fan of this change, because it just silence > checkpatch but doesn't improve readability. Agreed, this shouldn't be needed.