From: Gustavo Padovan <padovan@profusion.mobi>
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/7] bluetooth: replace list_for_each with list_for_each_entry whenever possible
Date: Tue, 1 Nov 2011 14:45:42 -0200 [thread overview]
Message-ID: <20111101164542.GJ2580@joana> (raw)
In-Reply-To: <1320137942-25780-1-git-send-email-luiz.dentz@gmail.com>
Hi Luiz,
* Luiz Augusto von Dentz <luiz.dentz@gmail.com> [2011-11-01 10:58:56 +0200]:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> When all items in the list have the same type there is no much of a point
> to use list_for_each except if you want to use the list pointer itself.
>
> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> ---
> net/bluetooth/bnep/core.c | 13 +++--------
> net/bluetooth/cmtp/core.c | 13 +++--------
> net/bluetooth/hci_conn.c | 14 +++---------
> net/bluetooth/hci_core.c | 46 +++++++++++-------------------------------
> net/bluetooth/hci_sysfs.c | 18 +++-------------
> net/bluetooth/hidp/core.c | 1 +
> net/bluetooth/mgmt.c | 32 +++++++++--------------------
> net/bluetooth/rfcomm/core.c | 14 ++++--------
> net/bluetooth/rfcomm/tty.c | 20 ++++++------------
> 9 files changed, 51 insertions(+), 120 deletions(-)
Applied, thanks.
Gustavo
prev parent reply other threads:[~2011-11-01 16:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 8:58 [PATCH 1/7] bluetooth: replace list_for_each with list_for_each_entry whenever possible Luiz Augusto von Dentz
2011-11-01 8:58 ` [PATCH 2/7] Bluetooth: set skbuffer priority based on L2CAP socket priority Luiz Augusto von Dentz
2011-11-01 8:58 ` [PATCH 3/7] Bluetooth: make use sk_priority to priritize RFCOMM packets Luiz Augusto von Dentz
2011-11-01 8:58 ` [PATCH 4/7] Bluetooth: prioritizing data over HCI Luiz Augusto von Dentz
2011-11-01 16:41 ` Gustavo Padovan
2011-11-01 16:42 ` Gustavo Padovan
2011-11-01 8:59 ` [PATCH 5/7] Bluetooth: handle priority change within quote Luiz Augusto von Dentz
2011-11-01 8:59 ` [PATCH 6/7] Bluetooth: recalculate priorities when channels are starving Luiz Augusto von Dentz
2011-11-01 8:59 ` [PATCH 7/7] Bluetooth: use buffer priority to mark URB_ISO_ASAP flag Luiz Augusto von Dentz
2011-11-01 16:45 ` Gustavo Padovan [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=20111101164542.GJ2580@joana \
--to=padovan@profusion.mobi \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/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.