Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751402AbaKYCVu (ORCPT ); Mon, 24 Nov 2014 21:21:50 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:51963 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750784AbaKYCVt (ORCPT ); Mon, 24 Nov 2014 21:21:49 -0500 Message-ID: <5473E7BA.5050703@infradead.org> Date: Mon, 24 Nov 2014 18:21:46 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 MIME-Version: 1.0 To: SF Markus Elfring CC: kernel-janitors@vger.kernel.org, trivial@kernel.org, LKML Subject: Re: [PATCH 0/6] Fix a few typos around the word "destroy" References: <54736422.90409@users.sourceforge.net> In-Reply-To: <54736422.90409@users.sourceforge.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/24/2014 09:00 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 24 Nov 2014 17:34:23 +0100 > Subject: [PATCH 0/6] Fix a few typos around the word "destroy" > > The word "destroy" was mistyped in some files. For all 6 patches; Acked-by: Randy Dunlap However, in th3 future, please document each patch as described in Documentation/SubmittingPatches: Describe your changes in imperative mood, e.g. "make xyzzy do frotz" instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to do frotz", as if you are giving orders to the codebase to change its behaviour. E.g., instead of: A word was corrected in the description for a parameter of the mmp_unregister_path() function. Use: Correct the description of a parameter of the mmp_unregister_path() function. Thanks. > > Markus Elfring (6): > isci: Fix a typo for the word "destroy" > SCSI-libfc: Fix typos for the word "destroy" > video: fbdev-MMP: Fix typos for the word "destroy" > f2fs: Fix typos for the word "destroy" in jump labels > video: fbdev-MMP: Fix a typo for the word "destroyed" > Documentation-SCSI: Fix a typo for the word "destroy" > > Documentation/scsi/ChangeLog.lpfc | 2 +- > drivers/scsi/isci/remote_device.c | 2 +- > drivers/scsi/libfc/fc_fcp.c | 4 ++-- > drivers/video/fbdev/mmp/core.c | 6 +++--- > fs/f2fs/node.c | 8 ++++---- > 5 files changed, 11 insertions(+), 11 deletions(-) > -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/