From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <519AD072.1090102@asianux.com> Date: Tue, 21 May 2013 09:40:02 +0800 From: Chen Gang MIME-Version: 1.0 To: Gustavo Padovan , Jiri Kosina , David Herrmann , Marcel Holtmann , Johan Hedberg , David Miller , andrei.emeltchenko@intel.com, "linux-bluetooth@vger.kernel.org" , netdev Subject: Re: [PATCH v3] Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code. References: <518906A8.7060708@asianux.com> <5189A417.503@asianux.com> <5189C7C6.8090408@asianux.com> <51904ACF.6010904@asianux.com> <20130520215224.GE17712@joana> In-Reply-To: <20130520215224.GE17712@joana> Content-Type: text/plain; charset=GB2312 List-ID: On 05/21/2013 05:52 AM, Gustavo Padovan wrote: > Hi Chen, > > * Chen Gang [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 >> > --- >> > 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