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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6714BC433F5 for ; Mon, 18 Oct 2021 06:47:39 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 3235360F22 for ; Mon, 18 Oct 2021 06:47:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3235360F22 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=B8Y+9F0hXU2v+yyzvxp3DLv4y2NKOAQP6mmaeWbZfqk=; b=djlWLSNc+Xgm5s vtkwczXdtkX64vdSTahZ9miNLHBCFbUQqn/gS8NDjjejpFSzA9AU9lP5WChO6CCpY0Gsq3cmT0ZTe SaFykM6SwcRTAVWFfWHKtQtGhaR1gGRfih7TOnVRxL2WpezruLzypjWiNUsoqh/u+1mlhXkBVK452 H/3VT0Ax4NqG/ZbwYWe/g7tViP8bdT0ESpQob/73JADUdkJXxCRv4npwjuRD/ioL39sz4o2C12JQb 4F7CQ2aWH1Jd0b2Z4v9XZ7OHgqvT4+aIViErANeNwh9si/EkdPaGThdu2dgZjh0QzHkdznA94YrJJ gOEyiUOJzpu3HxUYHWwg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcMPa-00EMto-C3; Mon, 18 Oct 2021 06:46:18 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcMPX-00EMtK-0O for linux-arm-kernel@lists.infradead.org; Mon, 18 Oct 2021 06:46:16 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id BC31860F22; Mon, 18 Oct 2021 06:46:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634539574; bh=OGxIj6fUXR57qZl93oH0SgIGgyRDGE4htr4GhpWrAQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g/BE4X6je8/B4L3JvcygUJPgPmJDNjmYXydHNIxPKPLqYDFuxsec23Q0a0ugcEzp6 ZOM1FGdXB4uZDRntMKVF7nFcnEoQYVkgmBO8VnKdxCU/z4Bv4e+Um2oP1sq7C6Eek3 ChrrgNvK/NlYgAYnWTFNWbvJtMccKuaaZTtiIW7Jwf/U9ECNV2CgjkjT6dX/eYrS+I rM78dbCincuhi8EWy32kbQMMsw0lIGphLBgIKvPTTby7VWv+/BUCoy3pIGQdWh0Xbx qqzyz4yZYFGxmaK7NB8Pp2gfG0RdkRVoDx6WHwuim+izsK5rtjQZy7pgoqqzjkWUFY XOJNGhNLnS3JA== Date: Mon, 18 Oct 2021 12:16:10 +0530 From: Vinod Koul To: Flavio Suligoi Cc: Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] dmaengine: imx-sdma: remove useless braces Message-ID: References: <20210928151833.589843-1-f.suligoi@asem.it> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210928151833.589843-1-f.suligoi@asem.it> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211017_234615_087305_C1095EF9 X-CRM114-Status: UNSURE ( 4.88 ) 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 28-09-21, 17:18, Flavio Suligoi wrote: > Braces {} are not necessary for single statement blocks. Nice cleanup, well described and split patches! Applied all, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel