diff options
author | 2016-12-05 14:09:56 +0300 | |
---|---|---|
committer | 2016-12-06 10:41:04 +0100 | |
commit | 9aa7c90dce7628f5316675602da87c9d8fd182ab (patch) | |
tree | 2c1695c0e33a7e94217ffcbbef009961d7c80f68 | |
parent | staging: lustre: Fix function declaration/definition mismatch (diff) | |
download | wireguard-linux-9aa7c90dce7628f5316675602da87c9d8fd182ab.tar.xz wireguard-linux-9aa7c90dce7628f5316675602da87c9d8fd182ab.zip |
staging: lustre: cl_page: fix a typo in comments
We want to "sever" all the ways to get a new pointer to "pg".
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/staging/lustre/lustre/obdclass/cl_page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/cl_page.c b/drivers/staging/lustre/lustre/obdclass/cl_page.c index bdc0aa5846ef..cd9a40ca4448 100644 --- a/drivers/staging/lustre/lustre/obdclass/cl_page.c +++ b/drivers/staging/lustre/lustre/obdclass/cl_page.c @@ -667,7 +667,7 @@ static void cl_page_delete0(const struct lu_env *env, struct cl_page *pg) PASSERT(env, pg, pg->cp_state != CPS_FREEING); /* - * Severe all ways to obtain new pointers to @pg. + * Sever all ways to obtain new pointers to @pg. */ cl_page_owner_clear(pg); |