On Fri, Sep 05, 2014 at 10:24:40AM +0900, Yoshihiro YUNOMAE wrote:
> > #define SA_NAME_LIST_SZ ARRAY_SIZE(sa_names_arr)
>
> We can delete SA_NAME_LIST_SZ because we define it out of
> CONFIG_SCSI_CONSTANTS.
I'd generally prefer to just use ARRAY_SIZE() directly instead of adding
another layer o
(2014/09/03 19:06), Hannes Reinecke wrote:
> Instead of having two versions of print_opcode_name() we
> should be consolidating them into one version.
>
> Signed-off-by: Hannes Reinecke
> ---
> drivers/scsi/constants.c | 90
> +++-
> 1 file changed,
Instead of having two versions of print_opcode_name() we
should be consolidating them into one version.
Signed-off-by: Hannes Reinecke
---
drivers/scsi/constants.c | 90 +++-
1 file changed, 35 insertions(+), 55 deletions(-)
diff --git a/drivers/scsi/
3 matches
Mail list logo