All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/2] mx25: generic.c: Fix coding style
Date: Wed, 05 Oct 2011 09:33:42 +0200	[thread overview]
Message-ID: <4E8C0856.4000803@denx.de> (raw)
In-Reply-To: <1317776556-2622-1-git-send-email-festevam@gmail.com>

On 10/05/2011 03:02 AM, Fabio Estevam wrote:
> Running checkpatch on arch/arm/cpu/arm926ejs/mx25/generic.c we get:
> 
> total: 2 errors, 59 warnings, 326 lines checked
> 
> Fix these errors and warnings.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> Changes since v1:
> - Fixed typo on subject
> 
>  arch/arm/cpu/arm926ejs/mx25/generic.c |  110 ++++++++++++++++----------------
>  1 files changed, 55 insertions(+), 55 deletions(-)
> 

Hi Fabio,

what about to squash all your patches of this type into a single patch ?
It seems to me they all fix coding style in i.MX code according to the
result of checkpatch, and in most cases the changes are due to
whitespace before parenthesis. So the rule to fix a single issue in one
patch is IMHO maintained.

I have not checked, but a single patch should not overwrite the maximum
size allowed for this ML.

I am wondering if this method should be exported for all U-Boot code. I
agree to push your patches, but most issues reported by checkpatch are
due to different coding style between u-boot and linux in the past and
checkpatch reports surely a lot of warnings on old u-boot code.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

      parent reply	other threads:[~2011-10-05  7:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-05  1:02 [U-Boot] [PATCH v2 1/2] mx25: generic.c: Fix coding style Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 2/2] mx25: timer.c: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2] mx25: reset.c: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 1/3] mx27: generic.c: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 2/3] mx27: timer.c: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 3/3] mx27: reset.c: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2] mx35: generic.c: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2] mx31: timer.c: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2] mx5: soc.c: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 1/5] mx31ads: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 2/5] qong: Fix codying style Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 3/5] tx25: Fix coding style Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 4/5] imx27lite: " Fabio Estevam
2011-10-05  1:02 ` [U-Boot] [PATCH v2 5/5] imx31_litekit: " Fabio Estevam
2011-10-05  7:33 ` Stefano Babic [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E8C0856.4000803@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.