Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: pi433: pi433_if.c fix codestyle on two long lines
This patch fixes the following checkpatch.pl warning: WARNING: line over 80 characters #1233: FILE: pi433_if.c:1233: + unregister_chrdev(MAJOR(pi433_dev), pi433_spi_driver.driver.name); WARNING: line over 80 characters #1240: FILE: pi433_if.c:1240: + unregister_chrdev(MAJOR(pi433_dev), pi433_spi_driver.driver.name); Signed-off-by: Oliver Graute <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information