mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 21:21:28 +00:00
Patch from Bart Van Assche <bart.vanassche@gmail.com>:
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: http://svn.code.sf.net/p/scst/svn/trunk@382 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2548,7 +2548,7 @@ struct scst_proc_data {
|
||||
|
||||
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) \
|
||||
|
||||
@@ -2123,7 +2123,7 @@ static struct scst_proc_data scst_dev_handler_proc_data = {
|
||||
.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;
|
||||
|
||||
@@ -145,7 +145,7 @@ static void srpt_qp_event(struct ib_event *event, void *ctx)
|
||||
}
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user