From: Robert P. J. Day Date: Fri, 7 Mar 2008 18:45:32 +0000 (-0500) Subject: USB: Standardize inclusion protection and add where missing. X-Git-Tag: v2.6.26-rc1~1061^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda43a0e03a33dd716fb34f812b1af614f74daff;p=pandora-kernel.git USB: Standardize inclusion protection and add where missing. For the header files in include/linux/usb, add missing multiple inclusion protection and standardize what's already there. The apparent standards: * macro name of __LINUX_USB_headerfile_H * inclusion protection placed after leading comment block * macro name added as a comment on the final #endif * any obvious trivial whitespace cleanup associated with the above Signed-off-by: Robert P. J. Day Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed