mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 02:15:57 +00: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. Acked-by: Julia Lawall <julia.lawall@inria.fr> Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Link: https://lore.kernel.org/r/20201011104800.GA29412@ubuntu204 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e722a295cf
commit
4c62db8845
@ -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…
x
Reference in New Issue
Block a user