From: Johan Hedberg <johan.hedberg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Marcel Holtmann <marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
Cc: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>,
"Gustavo F. Padovan"
<padovan-Y3ZbgMPKUGA34EUeqzHoZw@public.gmane.org>,
"David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>,
linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH V2 2/3] bluetooth: Convert BT_ERR/BT_INFO to bt_err/bt_info
Date: Fri, 17 Feb 2012 11:41:10 +0200 [thread overview]
Message-ID: <20120217094110.GB12814@x220> (raw)
In-Reply-To: <1329468018.28848.133.camel@aeonflux>
Hi,
> > Use the more common kernel style functions rather than
> > an upper case macro.
> >
> > Add newlines to end of formats.
> > Coalesce formats, align arguments.
> >
> > Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
> > ---
> > drivers/bluetooth/ath3k.c | 46 +++++++-------
> > drivers/bluetooth/bcm203x.c | 24 ++++----
> > drivers/bluetooth/bfusb.c | 67 +++++++++++---------
> > drivers/bluetooth/bluecard_cs.c | 17 +++---
> > drivers/bluetooth/bpa10x.c | 18 +++---
> > drivers/bluetooth/bt3c_cs.c | 36 ++++++-----
> > drivers/bluetooth/btmrvl_debugfs.c | 2 +-
> > drivers/bluetooth/btmrvl_main.c | 39 ++++++------
> > drivers/bluetooth/btmrvl_sdio.c | 122 +++++++++++++++++-------------------
> > drivers/bluetooth/btsdio.c | 2 +-
> > drivers/bluetooth/btuart_cs.c | 23 ++++---
> > drivers/bluetooth/btusb.c | 38 ++++++------
> > drivers/bluetooth/btwilink.c | 29 ++++-----
> > drivers/bluetooth/dtl1_cs.c | 19 +++---
> > drivers/bluetooth/hci_ath.c | 6 +-
> > drivers/bluetooth/hci_bcsp.c | 50 ++++++++-------
> > drivers/bluetooth/hci_h4.c | 8 +-
> > drivers/bluetooth/hci_ldisc.c | 14 ++--
> > drivers/bluetooth/hci_ll.c | 33 ++++++----
> > drivers/bluetooth/hci_vhci.c | 6 +-
> > include/net/bluetooth/hci_core.h | 6 +-
> > net/bluetooth/af_bluetooth.c | 4 +-
> > net/bluetooth/bnep/core.c | 4 +-
> > net/bluetooth/bnep/netdev.c | 2 +-
> > net/bluetooth/bnep/sock.c | 4 +-
> > net/bluetooth/cmtp/capi.c | 19 +++---
> > net/bluetooth/cmtp/core.c | 8 +-
> > net/bluetooth/cmtp/sock.c | 4 +-
> > net/bluetooth/hci_core.c | 24 ++++----
> > net/bluetooth/hci_event.c | 16 +++---
> > net/bluetooth/hci_sock.c | 6 +-
> > net/bluetooth/hci_sysfs.c | 2 +-
> > net/bluetooth/hidp/core.c | 14 +++--
> > net/bluetooth/hidp/sock.c | 4 +-
> > net/bluetooth/l2cap_core.c | 32 +++++-----
> > net/bluetooth/l2cap_sock.c | 6 +-
> > net/bluetooth/mgmt.c | 6 +-
> > net/bluetooth/rfcomm/core.c | 16 +++---
> > net/bluetooth/rfcomm/sock.c | 8 +-
> > net/bluetooth/rfcomm/tty.c | 18 +++---
> > net/bluetooth/sco.c | 8 +-
> > net/bluetooth/smp.c | 14 ++--
> > 42 files changed, 419 insertions(+), 405 deletions(-)
>
> I leave this up to Johan if he can get it merged without having to redo
> the patch. Otherwise it might have to wait a little bit.
>
> If you would split drivers/ from include/ and net/ I think it has more
> likelihood that at least that one can be merged easily.
>
> Acked-by: Marcel Holtmann <marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
Patches 2/3 and 3/3 have never actually made it to the linux-bluetooth
list (I've never seen them and they're not visible in the archives
either). Doing the split like Marcel proposes would probably solve the
issue since I'm guessing the large message size is to blame.
Johan
next prev parent reply other threads:[~2012-02-17 9:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-17 7:32 [PATCH V2 0/3] bluetooth: Shrink object size, use current logging style Joe Perches
2012-02-17 7:32 ` [PATCH V2 1/3] bluetooth: Add logging functions bt_info and bt_err Joe Perches
2012-02-17 8:37 ` Marcel Holtmann
2012-02-17 9:38 ` Johan Hedberg
2012-02-17 7:32 ` [PATCH V2 2/3] bluetooth: Convert BT_ERR/BT_INFO to bt_err/bt_info Joe Perches
2012-02-17 8:40 ` Marcel Holtmann
2012-02-17 9:41 ` Johan Hedberg [this message]
2012-02-17 18:12 ` Joe Perches
2012-02-17 7:32 ` [PATCH V2 3/3] bluetooth: Convert BT_DBG to pr_debug Joe Perches
2012-02-17 8:42 ` Marcel Holtmann
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=20120217094110.GB12814@x220 \
--to=johan.hedberg-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
--cc=joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org \
--cc=linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=marcel-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=padovan-Y3ZbgMPKUGA34EUeqzHoZw@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox