[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20071209212505.GB9440@joi>
Date: Sun, 9 Dec 2007 22:25:09 +0100
From: Marcin Ślusarz <marcin.slusarz@...il.com>
To: gregkh@...e.de
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] usbdevfs_urb: __user annotation
usbdevfs_urb: __user annotation
Signed-off-by: Marcin Ślusarz <marcin.slusarz@...il.com>
---
include/linux/usbdevice_fs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/usbdevice_fs.h b/include/linux/usbdevice_fs.h
index 8ca5a7f..17cb108 100644
--- a/include/linux/usbdevice_fs.h
+++ b/include/linux/usbdevice_fs.h
@@ -104,7 +104,7 @@ struct usbdevfs_urb {
int error_count;
unsigned int signr; /* signal to be sent on completion,
or 0 if none should be sent. */
- void *usercontext;
+ void __user *usercontext;
struct usbdevfs_iso_packet_desc iso_frame_desc[0];
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists