spi: spidev_test: Sorted the options into logical groups
authorBoerge Struempfel <boerge.struempfel@gmail.com>
Tue, 30 May 2023 14:16:40 +0000 (16:16 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 30 May 2023 14:20:11 +0000 (15:20 +0100)
commit113f36f2dce3a5a1aacbfa700c44080ec37ee3a0
treea691a8d81307e7558a4daf88d452874025f3c8dc
parent5cc223ca4858ec40bd2b8522ebc51c0d4963e51f
spi: spidev_test: Sorted the options into logical groups

In order to increase usability, the command line options are sorted into
logical groups. In addition, the usage string was sorted alphabetically,
and the missing parameters '8','i' and 'o' were added. Furthermore, the
option descriptions were moved further to the right, in order to allow
for longer option names.

Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com>
Link: https://lore.kernel.org/r/20230530141641.1155691-5-boerge.struempfel@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
tools/spi/spidev_test.c