Re: [PATCHv3] scsi: st: use kzalloc_array()
Bart Van Assche <[email protected]>
| Newsgroups | org.kernel.vger.linux-hardening,org.kernel.vger.linux-kernel,org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <[email protected]> |
On 7/6/26 4:30 PM, Rosen Penev wrote:
> static const char *st_formats[] = {
> "", "r", "k", "s", "l", "t", "o", "u",
> - "m", "v", "p", "x", "a", "y", "q", "z"};
> + "m", "v", "p", "x", "a", "y", "q", "z"};
The above change removes trailing whitespace. Please either
leave this change out or describe it in the patch description.
Otherwise this patch looks good to me.
Thanks,
Bart.