Skip to content

Commit

Permalink
spi: spidev_test: fix whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Clayton <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
d4ddi0 authored and broonie committed Nov 23, 2015
1 parent a20874f commit b2cfc90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/spi/spidev_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ uint8_t default_tx[] = {
uint8_t default_rx[ARRAY_SIZE(default_tx)] = {0, };
char *input_tx;

static void hex_dump(const void *src, size_t length, size_t line_size, char *prefix)
static void hex_dump(const void *src, size_t length, size_t line_size,
char *prefix)
{
int i = 0;
const unsigned char *address = src;
Expand Down Expand Up @@ -164,7 +165,7 @@ static void print_usage(const char *prog)
puts(" -D --device device to use (default /dev/spidev1.1)\n"
" -s --speed max speed (Hz)\n"
" -d --delay delay (usec)\n"
" -b --bpw bits per word \n"
" -b --bpw bits per word\n"
" -i --input input data from a file (e.g. \"test.bin\")\n"
" -o --output output data to a file (e.g. \"results.bin\")\n"
" -l --loop loopback\n"
Expand Down

0 comments on commit b2cfc90

Please sign in to comment.