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)
  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>

No differences found