Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755176Ab0LIGtC (ORCPT ); Thu, 9 Dec 2010 01:49:02 -0500 Received: from mail-qy0-f177.google.com ([209.85.216.177]:64872 "EHLO mail-qy0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752891Ab0LIGtA convert rfc822-to-8bit (ORCPT ); Thu, 9 Dec 2010 01:49:00 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=KT2gpSsLszhK2waqmBSFhjYyGfbLFYo51tdwZgqUHeBlm6jd+o7ayTR5fUBnd5sIEb N0mM98R2dsPlecq1xbeHlOZh0C4fa9Wp6ywIR0OouR8uAk/c458obFtEhgMmrgls/I1O r5WGmI4vKEfGTTm2pLoWOpOL0BGrQFtTdMxEU= MIME-Version: 1.0 In-Reply-To: <20101209152800.C7A0.A69D9226@jp.fujitsu.com> References: <1291868401-32237-1-git-send-email-namhyung@gmail.com> <20101209152800.C7A0.A69D9226@jp.fujitsu.com> From: Namhyung Kim Date: Thu, 9 Dec 2010 15:48:39 +0900 Message-ID: Subject: Re: [PATCH] poll: fix a typo in comment To: KOSAKI Motohiro Cc: Jiri Kosina , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1065 Lines: 37 On Thu, Dec 9, 2010 at 15:31, KOSAKI Motohiro wrote: >> Signed-off-by: Namhyung Kim >> --- >> ?include/linux/poll.h | ? ?2 +- >> ?1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/include/linux/poll.h b/include/linux/poll.h >> index 56e76af78102..afd3375e58ee 100644 >> --- a/include/linux/poll.h >> +++ b/include/linux/poll.h >> @@ -57,7 +57,7 @@ struct poll_table_entry { >> ?}; >> >> ?/* >> - * Structures and helpers for sys_poll/sys_poll >> + * Structures and helpers for sys_select/sys_poll >> ? */ > > Now we don't have sys_poll() and sys_poll() function. At least they > are hidden by SYSCALL_DEFINEx() macro. > > so probably, "for select/poll syscall" is better explanation? > Good point. Will resend. Thanks. -- Regards, Namhyung Kim -- 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/