On Fri, Oct 04, 2019 at 02:20:01PM +0100, Pascal Terjan wrote: > The only code mentioning it doesn't build (and hasn't at least since git) > and doesn't include the header defining it. > > This means removing support for checking magic in amiserial.c > (SERIAL_PARANOIA_CHECK option), which was checking a magic field which > doesn't currently exist in the struct. > > Signed-off-by: Pascal Terjan <pterjan@xxxxxxxxxx> > --- > Documentation/process/magic-number.rst | 1 - > .../it_IT/process/magic-number.rst | 1 - > .../zh_CN/process/magic-number.rst | 1 - > drivers/net/wan/z85230.h | 2 - > drivers/tty/amiserial.c | 81 +------------------ > 5 files changed, 1 insertion(+), 85 deletions(-) What changed from the first version? Always version your patches and properly put what changed below the --- line. Like the documentation says to do :) v3 please? thanks, greg k-h