linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: "Srivatsa S. Bhat" <srivatsa.bhat@linux.vnet.ibm.com>
Cc: mingo@kernel.org, peterz@infradead.org,
	akpm@linux-foundation.org, tglx@linutronix.de,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug()
Date: Thu, 31 Jan 2013 11:26:13 -0500	[thread overview]
Message-ID: <1359649573.17639.109.camel@gandalf.local.home> (raw)
In-Reply-To: <20130108130547.32733.79507.stgit@srivatsabhat.in.ibm.com>

On Tue, 2013-01-08 at 18:35 +0530, Srivatsa S. Bhat wrote:
> Fix the typo in the function name (s/inbalance/imbalance)
> 

Acked-by: Steven Rostedt <rostedt@goodmis.org>

-- Steve

> Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
> ---
> 
>  kernel/lockdep.c |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/kernel/lockdep.c b/kernel/lockdep.c
> index 7981e5b..5cf12e7 100644
> --- a/kernel/lockdep.c
> +++ b/kernel/lockdep.c
> @@ -3203,7 +3203,7 @@ static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,
>  }
>  
>  static int
> -print_unlock_inbalance_bug(struct task_struct *curr, struct lockdep_map *lock,
> +print_unlock_imbalance_bug(struct task_struct *curr, struct lockdep_map *lock,
>  			   unsigned long ip)
>  {
>  	if (!debug_locks_off())
> @@ -3246,7 +3246,7 @@ static int check_unlock(struct task_struct *curr, struct lockdep_map *lock,
>  		return 0;
>  
>  	if (curr->lockdep_depth <= 0)
> -		return print_unlock_inbalance_bug(curr, lock, ip);
> +		return print_unlock_imbalance_bug(curr, lock, ip);
>  
>  	return 1;
>  }
> @@ -3317,7 +3317,7 @@ __lock_set_class(struct lockdep_map *lock, const char *name,
>  			goto found_it;
>  		prev_hlock = hlock;
>  	}
> -	return print_unlock_inbalance_bug(curr, lock, ip);
> +	return print_unlock_imbalance_bug(curr, lock, ip);
>  
>  found_it:
>  	lockdep_init_map(lock, name, key, 0);
> @@ -3384,7 +3384,7 @@ lock_release_non_nested(struct task_struct *curr,
>  			goto found_it;
>  		prev_hlock = hlock;
>  	}
> -	return print_unlock_inbalance_bug(curr, lock, ip);
> +	return print_unlock_imbalance_bug(curr, lock, ip);
>  
>  found_it:
>  	if (hlock->instance == lock)



  parent reply	other threads:[~2013-01-31 16:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08 13:05 [PATCH] lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug() Srivatsa S. Bhat
2013-01-24 20:14 ` [tip:core/locking] " tip-bot for Srivatsa S. Bhat
2013-01-31 16:26 ` Steven Rostedt [this message]
2013-02-22 12:21 ` tip-bot for Srivatsa S. Bhat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1359649573.17639.109.camel@gandalf.local.home \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=srivatsa.bhat@linux.vnet.ibm.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).