s390/vx: remove comments from macros which break LLVM's IAS
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 3 May 2022 08:48:41 +0000 (10:48 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 6 May 2022 18:45:14 +0000 (20:45 +0200)
commit964bc5dbe602a62b7bbd67624c4b8f7a4ea692b2
tree27740a5ae0dd01ad63241db3816bc2d9dd85e5d2
parent68a971acc9484559ae8e1cc80950f34919299eba
s390/vx: remove comments from macros which break LLVM's IAS

LLVM's integrated assembler does not like comments within macros:

<instantiation>:3:19: error: too many positional arguments
        GR_NUM  b2, 1       /* Base register */
                            ^
Remove them, since they are obvious anyway.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/vx-insn.h