From c13723d4a2a9627f4cd85d47954ab1fd3a115dbd Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Fri, 23 Jul 2010 21:51:52 +0200 Subject: Reformat for kernel's (make headers_install) (make headers_install) automatically removes the __user annotations, but it doesn't recognize "__user*". --- ncr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncr.h b/ncr.h index f6c8f9f..cd82a62 100644 --- a/ncr.h +++ b/ncr.h @@ -73,7 +73,7 @@ struct ncr_data_init_st { struct ncr_data_st { ncr_data_t desc; - void __user* data; + void __user *data; size_t data_size; /* rw in get */ unsigned int append_flag; /* only when used with NCRIO_DATA_SET */ }; -- cgit