tty: hvcs: Fix odd use of strlcpy
authorJoe Perches <joe@perches.com>
Thu, 4 Jul 2019 23:57:47 +0000 (16:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Sep 2019 10:43:44 +0000 (12:43 +0200)
commitacf01e66566ff6c95354aa6e907fa83438d78b55
treeb353821c499f408b4d3a1c5ac026371b74bb6736
parent627a545c6bb0c7de09208e6546f5111290477261
tty: hvcs: Fix odd use of strlcpy

Use the typical style of array, not the equivalent &array[0].

Signed-off-by: Joe Perches <joe@perches.com>
Link: https://lore.kernel.org/r/1be432798311378947ec4e6051cad1235b6eccbb.1562283944.git.joe@perches.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/hvc/hvcs.c