mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
staging: iio: adis16240: add blank line before struct definition
Add a blank line before starting structure definition as per coding style guidelines. Issue reported by checkpatch script. Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Acked-by: Julia Lawall <julia.lawall@inria.fr> Link: https://lore.kernel.org/r/20201011104800.GA29412@ubuntu204 Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
681ab2ce29
commit
d655844f7e
|
|
@ -426,6 +426,7 @@ static int adis16240_probe(struct spi_device *spi)
|
|||
|
||||
return devm_iio_device_register(&spi->dev, indio_dev);
|
||||
}
|
||||
|
||||
static const struct of_device_id adis16240_of_match[] = {
|
||||
{ .compatible = "adi,adis16240" },
|
||||
{ },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user