s390/iucv: do not use arrays as argument
authorUrsula Braun <ursula.braun@de.ibm.com>
Fri, 18 Sep 2015 14:06:52 +0000 (16:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2015 23:03:04 +0000 (16:03 -0700)
commit91e60eb60bdf078fc58b8d2fd1ac12f3c09bb893
treef7a4f4801941ddbed1ae567b56121ec2db1492f4
parent4d7def2a12386dbf56443016114c187df50e3442
s390/iucv: do not use arrays as argument

The iucv code uses arrays as arguments. Even though this does not
really cause a problem, it could be misleading, since the compiler
turns array arguments into just a pointer argument. To be more
precise this patch changes the array arguments into pointers.

Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/char/monreader.c
drivers/s390/char/vmlogrdr.c
drivers/s390/net/netiucv.c
drivers/s390/net/smsgiucv.c
drivers/tty/hvc/hvc_iucv.c
include/net/iucv/iucv.h
net/iucv/af_iucv.c
net/iucv/iucv.c