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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/