[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e46a0d3f-80c4-dc36-8002-96740316b442@gmail.com>
Date: Fri, 12 Jun 2020 07:27:33 -0500
From: Frank Rowand <frowand.list@...il.com>
To: Lee Jones <lee.jones@...aro.org>, andy.shevchenko@...il.com,
michael@...le.cc, robh+dt@...nel.org, broonie@...nel.org,
devicetree@...r.kernel.org, linus.walleij@...aro.org,
linux@...ck-us.net, andriy.shevchenko@...ux.intel.com,
robin.murphy@....com, gregkh@...uxfoundation.org,
Frank Rowand <frowand.list@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/3] mfd: core: Fix formatting of MFD helpers
+Frank (me)
On 2020-06-11 14:10, Lee Jones wrote:
> Remove unnecessary '\'s and leading tabs.
>
> This will help to clean-up future diffs when subsequent changes are
> made.
>
> Hint: The aforementioned changes follow this patch.
>
> Signed-off-by: Lee Jones <lee.jones@...aro.org>
> ---
> include/linux/mfd/core.h | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h
> index a148b907bb7f1..ae1c6f90388ba 100644
> --- a/include/linux/mfd/core.h
> +++ b/include/linux/mfd/core.h
> @@ -26,20 +26,20 @@
> .id = (_id), \
> }
>
> -#define OF_MFD_CELL(_name, _res, _pdata, _pdsize,_id, _compat) \
> - MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, NULL) \
> +#define OF_MFD_CELL(_name, _res, _pdata, _pdsize,_id, _compat) \
> + MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, NULL)
>
> -#define ACPI_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _match) \
> - MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, _match) \
> +#define ACPI_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _match) \
> + MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, _match)
>
> -#define MFD_CELL_BASIC(_name, _res, _pdata, _pdsize, _id) \
> - MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, NULL) \
> +#define MFD_CELL_BASIC(_name, _res, _pdata, _pdsize, _id) \
> + MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, NULL)
>
> -#define MFD_CELL_RES(_name, _res) \
> - MFD_CELL_ALL(_name, _res, NULL, 0, 0, NULL, NULL) \
> +#define MFD_CELL_RES(_name, _res) \
> + MFD_CELL_ALL(_name, _res, NULL, 0, 0, NULL, NULL)
>
> -#define MFD_CELL_NAME(_name) \
> - MFD_CELL_ALL(_name, NULL, NULL, 0, 0, NULL, NULL) \
> +#define MFD_CELL_NAME(_name) \
> + MFD_CELL_ALL(_name, NULL, NULL, 0, 0, NULL, NULL)
>
> struct irq_domain;
> struct property_entry;
>
Powered by blists - more mailing lists