From: Adrian Remonda Date: Mon, 18 May 2015 18:34:50 +0000 (+0200) Subject: Staging: lustre: Fixed typo X-Git-Tag: v4.2-rc1~88^2~560 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f445e634cd6af72028fd389ede325b1bde04c87;p=karo-tx-linux.git Staging: lustre: Fixed typo In the explanation of the function the name of the function was incorrect Signed-off-by: Adrian Remonda Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/ptlrpc/nrs.c b/drivers/staging/lustre/lustre/ptlrpc/nrs.c index 63a05f4a902d..d38a1af8bfd7 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/nrs.c +++ b/drivers/staging/lustre/lustre/ptlrpc/nrs.c @@ -478,7 +478,7 @@ static void nrs_resource_get_safe(struct ptlrpc_nrs *nrs, * * \param resp the resource hierarchy that is being released * - * \see ptlrpcnrs_req_hp_move() + * \see ptlrpc_nrs_req_hp_move() * \see ptlrpc_nrs_req_finalize() */ static void nrs_resource_put_safe(struct ptlrpc_nrs_resource **resp)