aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/sisusbvga/sisusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/misc/sisusbvga/sisusb.h')
-rw-r--r--drivers/usb/misc/sisusbvga/sisusb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/misc/sisusbvga/sisusb.h b/drivers/usb/misc/sisusbvga/sisusb.h
index 8e1120a64806..555fed0ba0ef 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); \