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:
Vladislav Bolkhovitin
2008-05-21 15:40:33 +00:00
parent 56e642cf77
commit de18e64e3e
3 changed files with 3 additions and 3 deletions

View File

@@ -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) \

View File

@@ -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;

View File

@@ -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;