]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/dis: rename structures for unique types
authorSuzuki K. Poulose <suzuki@in.ibm.com>
Thu, 29 Aug 2013 09:04:10 +0000 (14:34 +0530)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 17 Oct 2013 07:25:54 +0000 (09:25 +0200)
commita9f13d49d34d49b40d9ff833deeaf92131ca626d
tree98a35a3bcb98f37fd0912fc1eab2142788971f7c
parentbe66a2cc222c8367050ace40d45c1518ead56b0b
s390/dis: rename structures for unique types

Rename 'insn' and 'operand' structures to more canonical names
to avoid conflicts.

struct insn represents information about an instruction, including
the mnemonics, format and opcode.

struct operand represents the 'properties' and information on howto
interpret the operand value and doesn't contain the value.

We rename these structures for avoiding a global conflict.

i.e,

1,$s/struct insn/struct s390_insn/g
1,$s/struct operand/struct s390_operand/g

Signed-off-by: Suzuki K Poulose <suzuki@in.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/dis.c