From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754758AbbDXGLm (ORCPT ); Fri, 24 Apr 2015 02:11:42 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:36672 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754677AbbDXGLl (ORCPT ); Fri, 24 Apr 2015 02:11:41 -0400 Date: Fri, 24 Apr 2015 11:41:34 +0530 From: Sudip Mukherjee To: "Carlos E. Garcia" Cc: gregkh@linuxfoundation.org, trivial@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: fixed multiple spelling errors. Message-ID: <20150424061134.GB3489@sudip-PC> References: <1429833161-11895-1-git-send-email-carlos@cgarcia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429833161-11895-1-git-send-email-carlos@cgarcia.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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 .. :) > > 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