All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Henrique de Moraes Holschuh
	<hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
Cc: ibm-acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [GIT PATCH] thinkpad-acpi patches for 2.6.25 (replaces batch 1)
Date: Fri, 1 Feb 2008 22:28:08 -0500	[thread overview]
Message-ID: <200802012228.08452.lenb@kernel.org> (raw)
In-Reply-To: <20080125192046.GA3972-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>

On Friday 25 January 2008 14:20, Henrique de Moraes Holschuh wrote:
> Len,
> 
> Given that there are four cleanup patches in the batch, I didn't even
> attempt to bother with checkpatch on anything before the "some checkpatch
> fluff" patch.  There are, for example, no tab/space problems in the final
> thinkpad_acpi.c file.
> 
> After the entire patchset is applied, there are still a few lines over 80
> chars, but that's because they are MUCH more readable the way they are in
> that particular hunk of code.
> 
> The braces checkpatch will complain about in the final thinkpad_acpi.c file
> are there for good reasons.  They are in points of the code where I expect a
> maintenance addition of one or two lines could happen, and that means any
> such patches would be a lot cleaner.   That warning is just weird, anyway.
> 
> There will be also an error about a macro needing do - while. Well, that one
> *does not* need it, and it is never used as a function.
> 
> So, please apply the entire set and check the final thinkpad_acpi.c file
> with checkpatch --file...  It is in *much* better state than what you got
> with that checkpatch run: 1 error and 12 warnings, which are all explained
> above.
> 
> Patches after the cleanups are checkpatch-clean (except for the details
> explained above).

applied.
thanks Henrique.

-Len


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

  parent reply	other threads:[~2008-02-02  3:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-08 15:02 [GIT PATCH] thinkpad-acpi patches for 2.6.25 (replaces batch 1) Henrique de Moraes Holschuh
2008-01-08 15:02 ` [PATCH 01/20] ACPI: thinkpad-acpi: document keymap gotcha's (v2) Henrique de Moraes Holschuh
     [not found] ` <1199804577-32017-1-git-send-email-hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
2008-01-08 15:02   ` [PATCH 02/20] ACPI: thinkpad-acpi: refactor hotkey_get and hotkey_set (v2) Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 03/20] ACPI: thinkpad-acpi: prepare for NVRAM polling support Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 04/20] ACPI: thinkpad-acpi: add CMOS NVRAM polling for hot keys (v9) Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 05/20] ACPI: thinkpad-acpi: bump up version to 0.18 Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 06/20] ACPI: thinkpad-acpi: spring cleanup part 1 Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 07/20] ACPI: thinkpad-acpi: spring cleanup part 2 Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 08/20] ACPI: thinkpad-acpi: spring cleanup part 3 Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 09/20] ACPI: thinkpad-acpi: spring cleanup part 4 Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 10/20] ACPI: thinkpad-acpi: module glue cleanups Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 11/20] ACPI: thinkpad-acpi: rename IBM in defines Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 12/20] ACPI: thinkpad-acpi: some checkpatch.pl fluff Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 14/20] ACPI: thinkpad-acpi: cleanup hotkey_notify and HKEY log messages Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 15/20] ACPI: thinkpad-acpi: wakeup on hotunplug reporting Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 16/20] ACPI: thinkpad-acpi: add X61t HKEY events Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 17/20] ACPI: thinkpad-acpi: silence _sta warning Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 18/20] ACPI: thinkpad-acpi: add poll() support to some sysfs attributes Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 19/20] ACPI: thinkpad-acpi: update copyright dates to 2008 Henrique de Moraes Holschuh
2008-01-08 15:02   ` [PATCH 20/20] ACPI: thinkpad-acpi: bump up version to 0.19 Henrique de Moraes Holschuh
2008-01-24  5:55   ` [GIT PATCH] thinkpad-acpi patches for 2.6.25 (replaces batch 1) Len Brown
2008-01-25 19:20     ` [ibm-acpi-devel] " Henrique de Moraes Holschuh
     [not found]       ` <20080125192046.GA3972-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2008-02-02  3:28         ` Len Brown [this message]
2008-01-08 15:02 ` [PATCH 13/20] ACPI: thinkpad-acpi: add suspend handler Henrique de Moraes Holschuh

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=200802012228.08452.lenb@kernel.org \
    --to=lenb-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org \
    --cc=ibm-acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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.