Re: [PATCH] target/iscsi: make config_item_type const

2017-10-12 Thread Bhumika Goyal
On Thu, Oct 12, 2017 at 3:48 PM, Bhumika Goyal wrote: > This is a followup patch for: > https://patchwork.kernel.org/patch/649/ > > Make config_item_type structures const as they are only passed to the > functions having the argument as const. Make the declaration const

Re: [PATCH] target/iscsi: make config_item_type const

2017-10-12 Thread Bhumika Goyal
On Thu, Oct 12, 2017 at 3:48 PM, Bhumika Goyal wrote: > This is a followup patch for: > https://patchwork.kernel.org/patch/649/ > > Make config_item_type structures const as they are only passed to the > functions having the argument as const. Make the declaration const too. > >

[PATCH] target/iscsi: make config_item_type const

2017-10-12 Thread Bhumika Goyal
This is a followup patch for: https://patchwork.kernel.org/patch/649/ Make config_item_type structures const as they are only passed to the functions having the argument as const. Make the declaration const too. Signed-off-by: Bhumika Goyal ---

[PATCH] target/iscsi: make config_item_type const

2017-10-12 Thread Bhumika Goyal
This is a followup patch for: https://patchwork.kernel.org/patch/649/ Make config_item_type structures const as they are only passed to the functions having the argument as const. Make the declaration const too. Signed-off-by: Bhumika Goyal --- drivers/target/iscsi/iscsi_target_stat.c | 12