drivers/usb/core: using strlcpy instead of strncpy
authorChen Gang <gang.chen@asianux.com>
Sat, 2 Feb 2013 07:57:53 +0000 (15:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Feb 2013 19:38:13 +0000 (11:38 -0800)
commitb11b2e1bdd18ba5cd0dde075d440b3894e6ce64f
tree4cc9020f9f5800113d59246d12b79900cf937eb9
parent2f0760774711c957c395b31131b848043af98edf
drivers/usb/core: using strlcpy instead of strncpy

  for NUL terminated string, better notice '\0' in the end.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/devio.c