[lustre-devel] [PATCH 16/37] lustre: obdclass: typo: Banlance -> Balance

James Simmons jsimmons at infradead.org
Sun Feb 24 09:39:22 PST 2019


> Fix mistyped "Balance" in a comment.

Reviewed-by: James Simmons <jsimmons at infradead.org>

> Signed-off-by: NeilBrown <neilb at suse.com>
> ---
>  drivers/staging/lustre/lustre/obdclass/llog_obd.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/lustre/lustre/obdclass/llog_obd.c b/drivers/staging/lustre/lustre/obdclass/llog_obd.c
> index 2b6489e2632d..a89ec816b043 100644
> --- a/drivers/staging/lustre/lustre/obdclass/llog_obd.c
> +++ b/drivers/staging/lustre/lustre/obdclass/llog_obd.c
> @@ -112,7 +112,7 @@ int llog_cleanup(const struct lu_env *env, struct llog_ctxt *ctxt)
>  	idx = ctxt->loc_idx;
>  
>  	/*
> -	 * Banlance the ctxt get when calling llog_cleanup()
> +	 * Balance the ctxt get when calling llog_cleanup()
>  	 */
>  	LASSERT(refcount_read(&ctxt->loc_refcount) < LI_POISON);
>  	LASSERT(refcount_read(&ctxt->loc_refcount) > 1);
> 
> 
> 


More information about the lustre-devel mailing list