[PATCH 12/29] ncr5380: Cleanup host info() methods
Geert Uytterhoeven
geert at linux-m68k.org
Fri Oct 3 01:32:15 PDT 2014
On Thu, Oct 2, 2014 at 8:56 AM, Finn Thain <fthain at telegraphics.com.au> wrote:
> +static void prepare_info(struct Scsi_Host *instance)
> +{
> + struct NCR5380_hostdata *hostdata = shost_priv(instance);
> +
> + snprintf(hostdata->info, sizeof(hostdata->info),
[...]
> + "");
> + hostdata->info[sizeof(hostdata->info) - 1] = '\0';
snprintf() will make sure the string is zero-terminated, so doing this manually
is not needed.
This applies to all three occurrences.
> }
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
More information about the linux-arm-kernel
mailing list