Skip to content

Commit

Permalink
iio: dummy: iio_simple_dummy: Add newline after function-end
Browse files Browse the repository at this point in the history
Fixes the following checkpatch.pl warning(s):

 CHECK: Please use a blank line after function/struct/union/enum declarations
 #46: FILE: drivers/iio/dummy/iio_simple_dummy.c:690:
  }
 +/*
 total: 0 errors, 0 warnings, 1 checks, 22 lines checked

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Lee Jones authored and jic23 committed Jul 20, 2020
1 parent 36d1368 commit bc022cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iio/dummy/iio_simple_dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ static int iio_dummy_remove(struct iio_sw_device *swd)

return 0;
}

/*
* module_iio_sw_device_driver() - device driver registration
*
Expand Down

0 comments on commit bc022cb

Please sign in to comment.