diff options
author | Marc Kleine-Budde <[email protected]> | 2022-05-02 19:54:49 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-05-09 18:18:08 +0100 |
commit | f7b8787164551a09fca287b1dea15d0c4d646e4a (patch) | |
tree | d03ca6694658ddabb23d079dc919a70dadf71846 /scripts/gdb/linux/tasks.py | |
parent | a2b331ac11e1cac56f5b7d367e9f3c5796deaaed (diff) |
spi: spi-imx: fix sparse warning: add identifier name to function definition
This patch fixes the following and similar sparse warnings by adding
the missing identifier names to the function definitions:
| WARNING: function definition argument 'struct spi_imx_data *' should also have an identifier name
| #68: FILE: drivers/spi/spi-imx.c:68:
| + int (*prepare_message)(struct spi_imx_data *, struct spi_message *);
Signed-off-by: Marc Kleine-Budde <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions