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

Commit 450b31a9 authored by Vincenzo Scotti's avatar Vincenzo Scotti Committed by Greg Kroah-Hartman
Browse files

staging: lustre: fix sparse warnings: static function declaration

parent 60ebee3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1999,7 +1999,7 @@ static void *__req_capsule_get(struct req_capsule *pill,
/**
 * Dump a request and/or reply
 */
void __req_capsule_dump(struct req_capsule *pill, enum req_location loc)
static void __req_capsule_dump(struct req_capsule *pill, enum req_location loc)
{
	const struct    req_format *fmt;
	const struct    req_msg_field *field;