Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: belkin_sa.h: checkpatch cleanups

Minor whitespace cleanups to make checkpatch happy.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+5 -5
+5 -5
drivers/usb/serial/belkin_sa.h
··· 8 8 * and associated source files. Please see the usb/serial files for 9 9 * individual credits and copyrights. 10 10 * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2 of the License, or 14 - * (at your option) any later version. 11 + * This program is free software; you can redistribute it and/or modify 12 + * it under the terms of the GNU General Public License as published by 13 + * the Free Software Foundation; either version 2 of the License, or 14 + * (at your option) any later version. 15 15 * 16 16 * See Documentation/usb/usb-serial.txt for more information on using this 17 17 * driver ··· 66 66 #ifdef WHEN_I_LEARN_THIS 67 67 #define BELKIN_SA_SET_MAGIC_REQUEST 17 /* I don't know, possibly flush */ 68 68 /* (always in Wininit sequence before flow control) */ 69 - #define BELKIN_SA_RESET xx /* Reset the port */ 69 + #define BELKIN_SA_RESET xx /* Reset the port */ 70 70 #define BELKIN_SA_GET_MODEM_STATUS xx /* Force return of modem status register */ 71 71 #endif 72 72