arch/um/drivers/ssl.h:1: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> --- arch/um/drivers/ssl.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/um/drivers/ssl.h b/arch/um/drivers/ssl.h index 314d177..de82843 100644 --- a/arch/um/drivers/ssl.h +++ b/arch/um/drivers/ssl.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ @@ -10,4 +10,3 @@ extern int ssl_read(int fd, int line); extern void ssl_receive_char(int line, char ch); #endif - -- 1.7.0.90.g251a4 --
