summaryrefslogtreecommitdiff
path: root/drivers/staging/rts5139/rts51x_fop.h
diff options
context:
space:
mode:
authorMárton Németh <nm127@freemail.hu>2012-01-22 21:47:15 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-09 17:41:34 (GMT)
commitaa2f92ae6b986934ff220eda6b5c91f4ee294b35 (patch)
tree717498b6328a33d68be1b31c9db4371e6590ed31 /drivers/staging/rts5139/rts51x_fop.h
parent74eabe4ca2f6cf0e7e60e73017206e963f6b170a (diff)
downloadlinux-fsl-qoriq-aa2f92ae6b986934ff220eda6b5c91f4ee294b35.tar.xz
staging: rts5139: fix pointer coding style
This will remove the following checkpatch.pl error: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Márton Németh <nm127@freemail.hu> Acked-by: edwin_rong <edwin_rong@realsil.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5139/rts51x_fop.h')
-rw-r--r--drivers/staging/rts5139/rts51x_fop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rts5139/rts51x_fop.h b/drivers/staging/rts5139/rts51x_fop.h
index 0453f57..94d75f0 100644
--- a/drivers/staging/rts5139/rts51x_fop.h
+++ b/drivers/staging/rts5139/rts51x_fop.h
@@ -48,7 +48,7 @@ int rts51x_open(struct inode *inode, struct file *filp);
int rts51x_release(struct inode *inode, struct file *filp);
ssize_t rts51x_read(struct file *filp, char __user *buf, size_t count,
loff_t *f_pos);
-ssize_t rts51x_write(struct file *filp, const char __user * buf, size_t count,
+ssize_t rts51x_write(struct file *filp, const char __user *buf, size_t count,
loff_t *f_pos);
#if 0 /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36) */
int rts51x_ioctl(struct inode *inode, struct file *filp, unsigned int cmd,