Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 045089ee authored by Jeff Hugo's avatar Jeff Hugo Committed by Arun Kumar Neelakantam
Browse files

soc: qcom: bam_dmux: Add blank line after declarations



Convention suggests a blank line after declarations in a function.  Make
bam_dmux conform to convention.

Change-Id: Id5428bf11f03735a56cee84d874e50e8cbfd9cc4
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent cb48d584
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1607,6 +1607,7 @@ static ssize_t debug_read(struct file *file, char __user *buf,
{
	int (*fill)(char *buf, int max) = file->private_data;
	int bsize = fill(debug_buffer, DEBUG_BUFMAX);

	return simple_read_from_buffer(buf, count, ppos, debug_buffer, bsize);
}