Re: [PATCH] Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element.

2019-02-08 Thread Allen
> > > > diff --git a/arch/s390/tools/gen_opcode_table.c > > b/arch/s390/tools/gen_opcode_table.c > > index a1bc02b29c81..468b70c85f62 100644 > > --- a/arch/s390/tools/gen_opcode_table.c > > +++ b/arch/s390/tools/gen_opcode_table.c > > @@ -138,7 +138,7 @@ static struct insn_type *insn_format_to_typ

Re: [PATCH] Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element.

2019-02-08 Thread Heiko Carstens
On Fri, Feb 08, 2019 at 08:11:10AM +0530, Allen wrote: > From: Allen Pais > > This issue was detected with the help of Coccinelle. > > Signed-off-by: Allen Pais > --- > arch/s390/tools/gen_opcode_table.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/s390/tools/