mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 06:04:14 +08: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);
|
return devm_iio_device_register(&spi->dev, indio_dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct of_device_id adis16240_of_match[] = {
|
static const struct of_device_id adis16240_of_match[] = {
|
||||||
{ .compatible = "adi,adis16240" },
|
{ .compatible = "adi,adis16240" },
|
||||||
{ },
|
{ },
|
||||||
|
Loading…
Reference in New Issue
Block a user