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

Commit b5f45d8e authored by Rashika Kheria's avatar Rashika Kheria Committed by Greg Kroah-Hartman
Browse files

Staging: tidspbridge: Fix no space at the start of the line in dbll.c



This patch fixes the following checkpatch.pl warning in pmgr/dbll.c-
WARNING: please, no space at the start of the line

Signed-off-by: default avatarRashika Kheria <rashika.kheria@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae510a6a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -915,8 +915,8 @@ static struct dynload_symbol *dbll_find_symbol(struct dynamic_loader_sym *this,
			status = dbll_get_addr((struct dbll_library_obj *)lib,
					       (char *)name, &dbll_sym);
			if (!status) {
				status =
				    dbll_get_c_addr((struct dbll_library_obj *)
				status = dbll_get_c_addr(
						(struct dbll_library_obj *)
						lib, (char *)name,
						&dbll_sym);
			}