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 5329DC433F5 for ; Fri, 11 Mar 2022 07:00:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=I6X6sm4nk+VQjJp0+za3qnMLbbCUZ9WDbjtMI97HdU4=; b=l/l2lNnlZOCuJK +ZQ/f/xnN0VaMRHJM266lz18yp/V+PeZ8kSnBn+rXde05T5OIhQikK+Yyglvxxg2nYfkY7dOJzCry ZZvtZRW4TSlZbPSz3TFIOC4slDcyKdUaxRQ3UURi7KVt8/q6zkZieYERtPK7BQaXOQh0uukQ+zZyl vW+FfXb/RKaoV54NTW8QC8ouOWfDPgdOoeZM8rgO13ActUVjIeUt4QYMjRSSdMe38dI/wcvDKtf3x /3Bff/m77goifeld7c4lBSvpHaor20gcu/KWKDIulEvwNCa2e3t6NXdIzTFX5XJ1iaSb5i8SjBQdE bwAj/ePvKX4pQ6W5cuhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSZFa-00FI1U-1P; Fri, 11 Mar 2022 06:59:46 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSZFW-00FI0T-VC for linux-arm-kernel@lists.infradead.org; Fri, 11 Mar 2022 06:59:44 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EBE9261D16; Fri, 11 Mar 2022 06:59:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D57A3C340E9; Fri, 11 Mar 2022 06:59:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646981981; bh=0WbXxLuxlZKAOqGKpTMpp6DzDDfXQiNeF05NorkWRvM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MAfDw4UK8vxKnXrwzJ0oc89AnkFLsoJbKawVpuaVMFICufxHI0nTTk/H+FLbD35UG 2pacxuaZf0p3BgDZ4hARUoM3qXCX7ZgPIwOnvW9mu+suDqhPqruepBwJo/HSiPFNGp 6lWmWNFmy1yFpTSNUM8tssSvbkKpOimXsWGQG26P2cuqcMFNOp5vm8lF7n/vF1x3DA C+6UivbBSe7Gay/LQRkipls/X+A2iWokrMuhULxaAcH7c4hz7bjrscM8KRVtOL06nI VOEw741wjoJwFMD6q58D/ZjnrQSSj7bRossmloQjtR6gCAvsyF5cd6r+oub8txOAvi TwTaynT/hr2rg== Date: Fri, 11 Mar 2022 12:29:37 +0530 From: Vinod Koul To: Yang Li Cc: shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Abaci Robot Subject: Re: [PATCH -next] dmaengine: imx-sdma: clean up some inconsistent indenting Message-ID: References: <20220217011604.123106-1-yang.lee@linux.alibaba.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220217011604.123106-1-yang.lee@linux.alibaba.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220310_225943_084786_94CF6AF4 X-CRM114-Status: UNSURE ( 7.62 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 17-02-22, 09:16, Yang Li wrote: > Eliminate the following coccicheck warning: > ./drivers/dma/imx-sdma.c:896:3-16: code aligned with following code on > line 897 Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel