Commit 43aa37d5 authored by Ashish Kalra's avatar Ashish Kalra Committed by Greg Kroah-Hartman
Browse files

staging: android: add identifiers to function parameters



Fix checkpatch.pl warnings of the form "function definition argument
'foo' should also have an identifier name".

Signed-off-by: default avatarAshish Kalra <eashishkalra@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ba2d563f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -180,7 +180,8 @@ struct ion_heap {
	wait_queue_head_t waitqueue;
	struct task_struct *task;

	int (*debug_show)(struct ion_heap *heap, struct seq_file *, void *);
	int (*debug_show)(struct ion_heap *heap, struct seq_file *s,
			  void *unused);
};

/**