r8152: replace strncpy with strlcpy
authorhayeswang <hayeswang@realtek.com>
Tue, 26 Aug 2014 02:08:23 +0000 (10:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Aug 2014 23:18:06 +0000 (16:18 -0700)
commitb0b46c7766e6803df7f76cddbbc0172092b5fa7c
treeb094cc643a31a3d99ca90d8daf58aa4abd9aaf25
parent5c21403d74af2c9cd635a34c2f9199681a5b813e
r8152: replace strncpy with strlcpy

Replace the strncpy with strlcpy, and use sizeof to determine the
length.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c