]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: lustre: fix sparse warnings: static function declaration
authorVincenzo Scotti <vinc94@gmail.com>
Sun, 30 Nov 2014 23:10:26 +0000 (00:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:52:37 +0000 (16:52 -0800)
Signed-off-by: Vincenzo Scotti <vinc94@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/layout.c

index 252f3e13d04a6e66e55ac5133da0bdb325ce2d7e..dc5ceb55d001c7763ff0eb75f5d1d8f22059b20e 100644 (file)
@@ -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;