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 57521C433F5 for ; Mon, 18 Oct 2021 06:46:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 35E2060F22 for ; Mon, 18 Oct 2021 06:46:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229533AbhJRGs3 (ORCPT ); Mon, 18 Oct 2021 02:48:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:56346 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230006AbhJRGsZ (ORCPT ); Mon, 18 Oct 2021 02:48:25 -0400 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210928151833.589843-1-f.suligoi@asem.it> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.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