lkml.org 
[lkml]   [2015]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Staging: fixed multiple spelling errors.
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


\
 
 \ /
  Last update: 2015-04-24 08:21    [W:0.059 / U:0.732 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site