Re: [PATCH] EDAC: clean an indentation issues, replace spaces for tabs

From: Borislav Petkov
Date: Sat Nov 10 2018 - 11:01:20 EST


On Fri, Nov 09, 2018 at 01:37:57PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Trivial fix to clean up an indentation issues, replacing 7 space chars
> for a tab and also inserting a missing indentation

Pls see section "2) Describe your changes" in

Documentation/process/submitting-patches.rst

about how to formulate your commit message. Especially this:

"Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to
do frotz", as if you are giving orders to the codebase to change its
behaviour."

> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---
> drivers/edac/e752x_edac.c | 4 ++--
> drivers/edac/i3000_edac.c | 4 ++--
> drivers/edac/i5000_edac.c | 4 ++--
> drivers/edac/i7core_edac.c | 2 +-
> drivers/edac/i82975x_edac.c | 4 ++--
> 5 files changed, 9 insertions(+), 9 deletions(-)

Anyway, fixed up and applied,
thanks.

--
Regards/Gruss,
Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.