On Sun, Mar 01, 2020 at 12:33:25PM -0800, Joe Perches wrote: > On Sun, 2020-03-01 at 20:55 +0100, Willy Tarreau wrote: > > This is an update to the first minimal cleanup of the floppy driver in > > order to make use of the FDC number explicit so as to avoid bugs like > > the one fixed by 2e90ca68 ("floppy: check FDC index for errors before > > assigning it"). > > Thanks Willy. > > trivia: you could style check the patches using checkpatch. Oh yes, sorry about this, I did it in the first series but forgot to do it again. What checkpatch complains about is essentially lines which slightly exceed 80 characters due to the macro expansions, while I tried to limit the changes to the strict minimum. I guess that's OK to keep future fixes easier to backport. Thanks, Willy