Re: [PATCH] [trivial] rtlwifi: Fix typo in dm.c
From: Larry Finger <hidden>
Date: 2012-01-30 16:31:30
Also in:
lkml
From: Larry Finger <hidden>
Date: 2012-01-30 16:31:30
Also in:
lkml
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<redacted> --- 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