diff options
author | Adrian Remonda <adrianremonda@gmail.com> | 2015-05-18 20:34:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-31 09:32:46 +0900 |
commit | 4f445e634cd6af72028fd389ede325b1bde04c87 (patch) | |
tree | 8064bbf1945c5a472a573b823a505310e21b7e9a | |
parent | a612b007280192743f52a8fb764aefbeca05f188 (diff) | |
download | linux-4f445e634cd6af72028fd389ede325b1bde04c87.tar.bz2 |
Staging: lustre: Fixed typo
In the explanation of the function the name of the function was incorrect
Signed-off-by: Adrian Remonda <adrianremonda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/lustre/lustre/ptlrpc/nrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |