The patch below fixes another category of checkpatch warnings, namely:
ERROR: "foo * bar" should be "foo *bar"
This patch has been verified by checking that the output of svn diff -x -w is
empty.
Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@382
d57e44dd-8a1f-0410-8b47-
8ef2f437770f
int scst_single_seq_open(struct inode *inode, struct file *file);
-struct proc_dir_entry *scst_create_proc_entry(struct proc_dir_entry * root,
+struct proc_dir_entry *scst_create_proc_entry(struct proc_dir_entry *root,
const char *name, struct scst_proc_data *pdata);
#define SCST_DEF_RW_SEQ_OP(x) \
.show = scst_dev_handler_info_show,
};
-struct proc_dir_entry *scst_create_proc_entry(struct proc_dir_entry * root,
+struct proc_dir_entry *scst_create_proc_entry(struct proc_dir_entry *root,
const char *name, struct scst_proc_data *pdata)
{
struct proc_dir_entry *p = NULL;
}
}
-static void srpt_set_ioc(u8 * c_list, u32 slot, u8 value)
+static void srpt_set_ioc(u8 *c_list, u32 slot, u8 value)
{
u16 id;
u8 tmp;