Message ID | 155053494567.24125.4188546775209627143.stgit@noble.brown (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | More lustre patches from obdclass | expand |
> Fix mistyped "Balance" in a comment. Reviewed-by: James Simmons <jsimmons@infradead.org> > Signed-off-by: NeilBrown <neilb@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); > > >
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);
Fix mistyped "Balance" in a comment. Signed-off-by: NeilBrown <neilb@suse.com> --- drivers/staging/lustre/lustre/obdclass/llog_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)