The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: "Carlos E. Garcia" <carlos@cgarcia.org>
Cc: gregkh@linuxfoundation.org, trivial@kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: fixed multiple spelling errors.
Date: Fri, 24 Apr 2015 11:41:34 +0530	[thread overview]
Message-ID: <20150424061134.GB3489@sudip-PC> (raw)
In-Reply-To: <1429833161-11895-1-git-send-email-carlos@cgarcia.org>

On Thu, Apr 23, 2015 at 07:52:41PM -0400, Carlos E. Garcia wrote:
> Fixed multiple spellig errors.

oops, you are fixing spelling mistake, yet you made a spelling
mistake in the commit message .. :)

>  
<snip>
>  	if (!ab)
> @@ -1878,13 +1897,7 @@ void audit_log_task_info(struct audit_buffer *ab, struct task_struct *tsk)
>  	audit_log_format(ab, " comm=");
>  	audit_log_untrustedstring(ab, get_task_comm(comm, tsk));
>  
> -	if (mm) {
> -		down_read(&mm->mmap_sem);
> -		if (mm->exe_file)
> -			audit_log_d_path(ab, " exe=", &mm->exe_file->f_path);
> -		up_read(&mm->mmap_sem);
> -	} else
> -		audit_log_format(ab, " exe=(null)");
> +	audit_log_d_path_exe(ab, tsk->mm);

this is not spelling mistake correction and not mentioned in your
commit log also.

regards
sudip

  reply	other threads:[~2015-04-24  6:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-23 23:52 [PATCH] Staging: fixed multiple spelling errors Carlos E. Garcia
2015-04-24  6:11 ` Sudip Mukherjee [this message]
2015-04-24 13:40   ` [PATCH v2] " Carlos E. Garcia
2015-04-25  5:54     ` Sudip Mukherjee
2015-04-25 13:32       ` Carlos E. Garcia

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=20150424061134.GB3489@sudip-PC \
    --to=sudipm.mukherjee@gmail.com \
    --cc=carlos@cgarcia.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /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