diff options
author | Felipe Balbi <felipe.lima@indt.org.br> | 2007-08-10 09:34:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:55:10 -0400 |
commit | ed86d97068c7d53561d3e9b59db6c6b11f6091c7 (patch) | |
tree | 7716665f6bb314b8ddb6d579a26c4b1bc910d007 /drivers/usb/misc/sisusbvga/sisusb.h | |
parent | 79a7d9ee1a2e8b8dc44dd217f07496911850ec0e (diff) |
USB: SisUSB2VGA: Whitespace Cleanups
This patches clean some trailing whitespaces in sisusb2vga
driver.
Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
Cc: Thomas Winischhofer <thomas@winischhofer.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/sisusbvga/sisusb.h')
-rw-r--r-- | drivers/usb/misc/sisusbvga/sisusb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/misc/sisusbvga/sisusb.h b/drivers/usb/misc/sisusbvga/sisusb.h index 8e1120a6480..555fed0ba0e 100644 --- a/drivers/usb/misc/sisusbvga/sisusb.h +++ b/drivers/usb/misc/sisusbvga/sisusb.h | |||
@@ -30,7 +30,7 @@ | |||
30 | * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 30 | * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
31 | * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 31 | * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
32 | * | 32 | * |
33 | * Author: Thomas Winischhofer <thomas@winischhofer.net> | 33 | * Author: Thomas Winischhofer <thomas@winischhofer.net> |
34 | * | 34 | * |
35 | */ | 35 | */ |
36 | 36 | ||
@@ -53,7 +53,7 @@ | |||
53 | /* Version Information */ | 53 | /* Version Information */ |
54 | 54 | ||
55 | #define SISUSB_VERSION 0 | 55 | #define SISUSB_VERSION 0 |
56 | #define SISUSB_REVISION 0 | 56 | #define SISUSB_REVISION 0 |
57 | #define SISUSB_PATCHLEVEL 8 | 57 | #define SISUSB_PATCHLEVEL 8 |
58 | 58 | ||
59 | /* Include console and mode switching code? */ | 59 | /* Include console and mode switching code? */ |
@@ -93,7 +93,7 @@ | |||
93 | */ | 93 | */ |
94 | 94 | ||
95 | #ifdef __BIG_ENDIAN | 95 | #ifdef __BIG_ENDIAN |
96 | #define SISUSB_CORRECT_ENDIANNESS_PACKET(p) \ | 96 | #define SISUSB_CORRECT_ENDIANNESS_PACKET(p) \ |
97 | do { \ | 97 | do { \ |
98 | p->header = cpu_to_le16(p->header); \ | 98 | p->header = cpu_to_le16(p->header); \ |
99 | p->address = cpu_to_le32(p->address); \ | 99 | p->address = cpu_to_le32(p->address); \ |