From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753415AbbFHU72 (ORCPT ); Mon, 8 Jun 2015 16:59:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57879 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751075AbbFHU7T (ORCPT ); Mon, 8 Jun 2015 16:59:19 -0400 Date: Mon, 8 Jun 2015 13:59:18 -0700 From: Greg KH To: =?utf-8?B?77+977+977+977+9?= Cc: jslaby@suse.cz, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix typo in the comment Message-ID: <20150608205918.GE11211@kroah.com> References: <020e01d09d9f$de4fd880$9aef8980$@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <020e01d09d9f$de4fd880$9aef8980$@lge.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 03, 2015 at 10:51:54AM +0900, ���� wrote: > This patch fix a spelling typo in the comment in synclink.c and > synclinkmp.c. > > Signed-off-by: Hyuk Myeong > --- > drivers/tty/synclink.c | 4 ++-- > drivers/tty/synclinkmp.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Your "From:" line in your email doesn't match up with the name in the signed-off-by line, please fix up and resend. Also give us a hint as to what driver/part of the kernel you are modifying in your subject line. thanks, greg k-h