Re: [PATCH 1/8] Input: synaptics: Fix misuse of strlcpy

2019-07-14 Thread Dmitry Torokhov
On Thu, Jul 04, 2019 at 04:57:41PM -0700, Joe Perches wrote: > Probable cut&paste typo - use the correct field size. Applied, thank you. Luckily both sizes (name and phys) are the same, so we need not to have this in any of the stables. > > Signed-off-by: Joe Perches > --- > drivers/input/mou

[PATCH 1/8] Input: synaptics: Fix misuse of strlcpy

2019-07-04 Thread Joe Perches
Probable cut&paste typo - use the correct field size. Signed-off-by: Joe Perches --- drivers/input/mouse/synaptics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 1080c0c49815..00a0cf14f27f 100644 --- a