floppy: cleanup: expand the R/W / format command macros
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Feb 2020 21:23:51 +0000 (22:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 Mar 2020 14:26:57 +0000 (08:26 -0600)
commit76dabe79605bebce6f34ca65c0e42e411e4ccb7b
treefd7356094acaf86264bfde1a697f9cb302bf941e
parent2a3487527950a4a84917a9e309ed4c76cb78489a
floppy: cleanup: expand the R/W / format command macros

Various macros were used to access raw_cmd for R/W or format commands
without making it obvious that raw_cmd->cmd[] was used. Let's expand
the macros to make this more obvious.

Link: https://lore.kernel.org/r/20200224212352.8640-10-w@1wt.eu
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/floppy.c