mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
spi: spidev_test: fix whitespace
Signed-off-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
a20874f78b
commit
b2cfc90428
1 changed files with 3 additions and 2 deletions
|
@ -52,7 +52,8 @@ uint8_t default_tx[] = {
|
||||||
uint8_t default_rx[ARRAY_SIZE(default_tx)] = {0, };
|
uint8_t default_rx[ARRAY_SIZE(default_tx)] = {0, };
|
||||||
char *input_tx;
|
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;
|
int i = 0;
|
||||||
const unsigned char *address = src;
|
const unsigned char *address = src;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue