Commit 5d878e83 authored by Stephen Hemminger's avatar Stephen Hemminger

[PATCH] (2/3) skfp -- sparse __user annotation

Add __user annotation to the device specific ioctl.
parent de836c4b
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
struct s_skfp_ioctl { struct s_skfp_ioctl {
unsigned short cmd; /* Command to run */ unsigned short cmd; /* Command to run */
unsigned short len; /* Length of the data buffer */ unsigned short len; /* Length of the data buffer */
unsigned char *data; /* Pointer to the data buffer */ unsigned char __user *data; /* Pointer to the data buffer */
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment