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

Commit 57971159 authored by Suman Anna's avatar Suman Anna Committed by Ohad Ben-Cohen
Browse files

remoteproc: fix checkpatch errors in remoteproc code



This patch fixes relevant checkpatch errors and warnings
in the remoteproc source files.

Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
[drop 80-char-lines checkpatch fixes and update commit log accordingly]
Signed-off-by: default avatarOhad Ben-Cohen <ohad@wizery.com>
parent 89970d28
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -248,6 +248,5 @@ void __init rproc_init_debugfs(void)

void __exit rproc_exit_debugfs(void)
{
	if (rproc_dbg)
	debugfs_remove(rproc_dbg);
}
+2 −2

File changed.

Contains only whitespace changes.