On Sun, Mar 14, 2021 at 11:11:32AM +0000, Alexander Lobakin wrote: > Caught by the text editor. Fix it separately from the actual changes. > > Signed-off-by: Alexander Lobakin <alobakin@xxxxx> > --- > include/linux/etherdevice.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/etherdevice.h b/include/linux/etherdevice.h > index 2e5debc0373c..bcb2f81baafb 100644 > --- a/include/linux/etherdevice.h > +++ b/include/linux/etherdevice.h > @@ -11,7 +11,7 @@ > * Authors: Ross Biro > * Fred N. van Kempen, <waltje@xxxxxxxxxxxxxxxxxxx> > * > - * Relocated to include/linux where it belongs by Alan Cox > + * Relocated to include/linux where it belongs by Alan Cox > * <gw4pts@xxxxxxxxxxxxxxx> > */ > #ifndef _LINUX_ETHERDEVICE_H > -- > 2.30.2 > > Your mailer did something weird here, it trimmed the trailing whitespace from the "-" line. The patch doesn't apply.