aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorVincenzo Scotti <vinc94@gmail.com>2014-12-01 00:10:26 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-12-02 16:52:37 -0800
commit450b31a9d0a601c78995ea0f9cefd07b05a8dc34 (patch)
tree2695ee83965cf9e6f189222cfde6757437062449 /drivers/staging/lustre
parentstaging: lustre: fixed sparse warnings related to static declarations (diff)
downloadlinux-dev-450b31a9d0a601c78995ea0f9cefd07b05a8dc34.tar.xz
linux-dev-450b31a9d0a601c78995ea0f9cefd07b05a8dc34.zip
staging: lustre: fix sparse warnings: static function declaration
Signed-off-by: Vincenzo Scotti <vinc94@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/layout.c b/drivers/staging/lustre/lustre/ptlrpc/layout.c
index 252f3e13d04a..dc5ceb55d001 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/layout.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/layout.c
@@ -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;