summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ncr.h2
1 files changed, 1 insertions, 1 deletions
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 */
};