[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <519AD072.1090102@asianux.com>
Date: Tue, 21 May 2013 09:40:02 +0800
From: Chen Gang <gang.chen@...anux.com>
To: Gustavo Padovan <gustavo@...ovan.org>,
Jiri Kosina <jkosina@...e.cz>,
David Herrmann <dh.herrmann@...il.com>,
Marcel Holtmann <marcel@...tmann.org>,
Johan Hedberg <johan.hedberg@...il.com>,
David Miller <davem@...emloft.net>,
andrei.emeltchenko@...el.com,
"linux-bluetooth@...r.kernel.org" <linux-bluetooth@...r.kernel.org>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH v3] Bluetooth: hidp: using strlcpy instead of strncpy,
also beautify code.
On 05/21/2013 05:52 AM, Gustavo Padovan wrote:
> Hi Chen,
>
> * Chen Gang <gang.chen@...anux.com> [2013-05-13 10:07:11 +0800]:
>
>> >
>> > For NUL terminated string, need always let it ended by zero.
>> >
>> > Since have already called memcpy() to initialize 'ci', so need not
>> > redundant initialization.
>> >
>> > Better use ''if(session->hid) {} else if(session->input) {}"" instead
>> > of ''if(session->hid) {}; if(session->input) {};''
>> >
>> > Signed-off-by: Chen Gang <gang.chen@...anux.com>
>> > ---
>> > net/bluetooth/hidp/core.c | 14 ++++----------
>> > 1 files changed, 4 insertions(+), 10 deletions(-)
> Sorry for the big delay on this, patches has now been applied to
> bluetooth-next. Thanks all.
It doesn't matter, every member have their own work, especially, most of
us are busy.
Thank you for your work, too.
Thanks.
--
Chen Gang
Asianux Corporation
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists