From: Joe Perches <joe@perches.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input <linux-input@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/9] drivers/input: Use pr_<level>
Date: Thu, 5 Aug 2010 00:29:41 -0700 [thread overview]
Message-ID: <cover.1280992116.git.joe@perches.com> (raw)
In-Reply-To: <20100804043256.GB25256@core.coreip.homeip.net>
Remove prefixes from printks and convert to pr_fmt/pr_<level>.
Always make output prefix match module name.
There are some existing uses that do not. For instance:
spaceorb used "input: " once, probably a copy/paste error,
newtonkbd as well. Synaptics used "serio: ", etc.
A few miscellaneous typos corrected.
Converted a few uses of usb macros err to pr_err.
Compiled x86 only, some files not compile tested
Joe Perches (9):
drivers/input/gameport: Use pr_fmt and pr_<level>
drivers/input/joystick: Use pr_fmt and pr_<level>
drivers/input/keyboard: Use pr_fmt and pr_<level>
drivers/input/misc: Use pr_fmt and pr_<level>
drivers/input/mouse: Use pr_fmt and pr_<level>
drivers/input/serio: Use pr_fmt and pr_<level>
drivers/input/tablet: Use pr_fmt and pr_<level>
drivers/input/touchscreen: Use pr_fmt and pr_<level>
drivers/input: Use pr_fmt and pr_<level>
drivers/input/apm-power.c | 14 ++---
drivers/input/evbug.c | 18 ++++---
drivers/input/evdev.c | 15 +++---
drivers/input/ff-core.c | 6 +-
drivers/input/ff-memless.c | 8 ++--
drivers/input/gameport/emu10k1-gp.c | 4 +-
drivers/input/gameport/fm801-gp.c | 8 ++-
drivers/input/gameport/lightning.c | 6 ++-
drivers/input/gameport/ns558.c | 8 ++-
drivers/input/input-polldev.c | 5 +-
drivers/input/input.c | 22 ++++----
drivers/input/joydev.c | 4 +-
drivers/input/joystick/a3d.c | 9 ++-
drivers/input/joystick/adi.c | 12 +++--
drivers/input/joystick/amijoy.c | 4 +-
drivers/input/joystick/analog.c | 15 +++--
drivers/input/joystick/cobra.c | 7 ++-
drivers/input/joystick/db9.c | 16 +++---
drivers/input/joystick/gf2k.c | 7 ++-
drivers/input/joystick/grip_mp.c | 15 +++--
drivers/input/joystick/guillemot.c | 11 +++-
drivers/input/joystick/iforce/iforce-packets.c | 8 ++-
drivers/input/joystick/interact.c | 7 ++-
drivers/input/joystick/joydump.c | 40 ++++++++-------
drivers/input/joystick/sidewinder.c | 58 ++++++++++++----------
drivers/input/joystick/spaceball.c | 6 ++-
drivers/input/joystick/spaceorb.c | 15 ++++--
drivers/input/joystick/turbografx.c | 16 +++---
drivers/input/joystick/walkera0701.c | 6 ++-
drivers/input/joystick/xpad.c | 4 +-
drivers/input/keyboard/amikbd.c | 42 +++++++++++-----
drivers/input/keyboard/atakbd.c | 4 +-
drivers/input/keyboard/hil_kbd.c | 21 +++-----
drivers/input/keyboard/hilkbd.c | 26 +++++-----
drivers/input/keyboard/jornada680_kbd.c | 5 +-
drivers/input/keyboard/jornada720_kbd.c | 10 ++--
drivers/input/keyboard/lkkbd.c | 54 ++++++++++----------
drivers/input/keyboard/locomokbd.c | 6 ++-
drivers/input/keyboard/newtonkbd.c | 4 +-
drivers/input/keyboard/omap-keypad.c | 25 +++++-----
drivers/input/keyboard/sunkbd.c | 9 ++--
drivers/input/keyboard/xtkbd.c | 7 ++-
drivers/input/misc/ati_remote.c | 22 +++++----
drivers/input/misc/ati_remote2.c | 6 ++-
drivers/input/misc/cm109.c | 23 +++-----
drivers/input/misc/hp_sdc_rtc.c | 10 ++--
drivers/input/misc/m68kspkr.c | 4 +-
drivers/input/misc/powermate.c | 19 ++++---
drivers/input/misc/uinput.c | 25 +++++----
drivers/input/misc/winbond-cir.c | 6 ++-
drivers/input/misc/wistron_btns.c | 29 ++++++-----
drivers/input/misc/yealink.c | 5 +-
drivers/input/mouse/alps.c | 12 +++--
drivers/input/mouse/appletouch.c | 64 +++++++++++------------
drivers/input/mouse/bcm5974.c | 48 +++++++++---------
drivers/input/mouse/elantech.c | 4 +-
drivers/input/mouse/inport.c | 8 ++-
drivers/input/mouse/lifebook.c | 5 +-
drivers/input/mouse/logibm.c | 10 ++--
drivers/input/mouse/logips2pp.c | 13 +++--
drivers/input/mouse/pc110pad.c | 10 ++--
drivers/input/mouse/psmouse-base.c | 52 ++++++++++---------
drivers/input/mouse/rpcmouse.c | 4 +-
drivers/input/mouse/sentelic.c | 13 +++--
drivers/input/mouse/sermouse.c | 6 ++-
drivers/input/mouse/synaptics.c | 30 ++++++-----
drivers/input/mouse/trackpoint.c | 10 ++--
drivers/input/mouse/vsxxxaa.c | 44 ++++++++---------
drivers/input/mousedev.c | 10 ++--
drivers/input/serio/ambakmi.c | 5 ++-
drivers/input/serio/ct82c710.c | 10 ++--
drivers/input/serio/gscps2.c | 15 +++---
drivers/input/serio/hil_mlc.c | 17 +++---
drivers/input/serio/hp_sdc.c | 53 ++++++++++----------
drivers/input/serio/hp_sdc_mlc.c | 45 +++++++++--------
drivers/input/serio/i8042-x86ia64io.h | 43 +++++++---------
drivers/input/serio/i8042.c | 62 ++++++++++-------------
drivers/input/serio/i8042.h | 21 +++++---
drivers/input/serio/maceps2.c | 5 ++-
drivers/input/serio/parkbd.c | 8 ++-
drivers/input/serio/q40kbd.c | 6 ++-
drivers/input/serio/rpckbd.c | 6 ++-
drivers/input/serio/sa1111ps2.c | 17 ++++---
drivers/input/serio/serio_raw.c | 10 ++--
drivers/input/serio/serport.c | 6 ++-
drivers/input/tablet/acecad.c | 5 +-
drivers/input/tablet/aiptek.c | 7 ++-
drivers/input/tablet/gtco.c | 2 +-
drivers/input/tablet/kbtab.c | 5 +-
drivers/input/tablet/wacom_sys.c | 7 ++-
drivers/input/tablet/wacom_wac.c | 8 ++-
drivers/input/touchscreen/gunze.c | 5 ++-
drivers/input/touchscreen/h3600_ts_input.c | 8 ++-
drivers/input/touchscreen/hp680_ts_input.c | 3 +-
drivers/input/touchscreen/htcpen.c | 15 +++---
drivers/input/touchscreen/inexio.c | 5 ++-
drivers/input/touchscreen/jornada720_ts.c | 4 +-
drivers/input/touchscreen/mk712.c | 10 ++--
drivers/input/touchscreen/mtouch.c | 7 ++-
drivers/input/touchscreen/ucb1400_ts.c | 12 +++--
drivers/input/touchscreen/usbtouchscreen.c | 6 ++-
drivers/input/xen-kbdfront.c | 10 ++--
102 files changed, 848 insertions(+), 679 deletions(-)
--
1.7.2.19.g9a302
next prev parent reply other threads:[~2010-08-05 7:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-03 18:40 [PATCH 2.6.37? ] drivers/input: Use pr_<level> Joe Perches
2010-08-04 4:32 ` Dmitry Torokhov
2010-08-04 7:33 ` Joe Perches
2010-08-04 8:04 ` Dmitry Torokhov
2010-08-04 8:44 ` Joe Perches
2010-08-05 6:44 ` Dmitry Torokhov
2010-08-05 7:29 ` Joe Perches [this message]
2010-08-05 7:29 ` [PATCH 1/9] drivers/input/gameport: Use pr_fmt and pr_<level> Joe Perches
2010-08-05 7:29 ` [PATCH 2/9] drivers/input/joystick: " Joe Perches
2010-08-05 7:29 ` [PATCH 3/9] drivers/input/keyboard: " Joe Perches
2010-08-05 7:29 ` [PATCH 4/9] drivers/input/misc: " Joe Perches
2010-08-05 7:29 ` [PATCH 5/9] drivers/input/mouse: " Joe Perches
2010-08-05 7:29 ` [PATCH 6/9] drivers/input/serio: " Joe Perches
2010-08-05 7:29 ` [PATCH 7/9] drivers/input/tablet: " Joe Perches
2010-08-05 7:29 ` [PATCH 8/9] drivers/input/touchscreen: " Joe Perches
2010-08-05 7:29 ` [PATCH 9/9] drivers/input: " Joe Perches
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=cover.1280992116.git.joe@perches.com \
--to=joe@perches.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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.