Re: [PATCH] powerpc/cell: replace strncpy by strlcpy

2009-07-21 Thread Ken Kawakami
Arnd-san, Roel-san, It works fine. Thanks. --- Regards, Ken Kawakami > Replace strncpy() and explicit null-termination by strlcpy() > > Signed-off-by: Roel Kluin > --- > Arnd-san, Ken-san, > > Thanks for reviewing, > > > We prefer to take the patch which is replacing the two lines with one.

[PATCH] powerpc/cell: replace strncpy by strlcpy

2009-07-21 Thread Roel Kluin
Replace strncpy() and explicit null-termination by strlcpy() Signed-off-by: Roel Kluin --- Arnd-san, Ken-san, Thanks for reviewing, > We prefer to take the patch which is replacing the two lines with one. Doozo. diff --git a/arch/powerpc/platforms/cell/celleb_setup.c b/arch/powerpc/platforms