mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 19:59:34 -04:00
staging: pi433: add blank line after function
Fixes checkpatch warning for blank line after function/struct/union/enum declarations. Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8d7ec913cf
commit
c144df8d79
@@ -1094,6 +1094,7 @@ static void pi433_free_minor(struct pi433_device *dev)
|
||||
idr_remove(&pi433_idr, dev->minor);
|
||||
mutex_unlock(&minor_lock);
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
||||
static const struct file_operations pi433_fops = {
|
||||
|
||||
Reference in New Issue
Block a user