Hi Chen, * Chen Gang <gang.chen@xxxxxxxxxxx> [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@xxxxxxxxxxx> > --- > 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. Gustavo -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html