From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856Ab2A3Qba (ORCPT ); Mon, 30 Jan 2012 11:31:30 -0500 Received: from mail-vx0-f174.google.com ([209.85.220.174]:49692 "EHLO mail-vx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752636Ab2A3Qb3 (ORCPT ); Mon, 30 Jan 2012 11:31:29 -0500 Message-ID: <4F26C5DD.5080500@lwfinger.net> Date: Mon, 30 Jan 2012 10:31:25 -0600 From: Larry Finger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 MIME-Version: 1.0 To: Masanari Iida CC: wlanfae@realtek.com, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] [trivial] rtlwifi: Fix typo in dm.c References: <1327939568-15687-1-git-send-email-standby24x7@gmail.com> In-Reply-To: <1327939568-15687-1-git-send-email-standby24x7@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/30/2012 10:06 AM, Masanari Iida wrote: > Correct a spelling "disconnet" to "disconnect" in > drivers/net/wireless/rtlwifi/rtl8192de/dm.c > This is a 2nd post version. > Change subject line as per request. > > Signed-off-by: Masanari Iida > --- > drivers/net/wireless/rtlwifi/rtl8192de/dm.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Sorry, but once again, I have to nitpick. I don't think you want the stuff about "2nd post version" permanently in the git log. That sort of info should be after the first --- and will be available to the maintainer, but stripped off when the patch is committed. In addition, resubmits are usually indicated in the subject line as "[PATCH V2]", etc. That info is also stripped off in the commit process. Larry