From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsH3M-0002HY-Ns for qemu-devel@nongnu.org; Mon, 07 Jan 2013 13:04:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsH3K-0002iH-CW for qemu-devel@nongnu.org; Mon, 07 Jan 2013 13:04:04 -0500 Received: from mail-oa0-f45.google.com ([209.85.219.45]:50365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsH3K-0002iB-7H for qemu-devel@nongnu.org; Mon, 07 Jan 2013 13:04:02 -0500 Received: by mail-oa0-f45.google.com with SMTP id i18so18350593oag.18 for ; Mon, 07 Jan 2013 10:04:01 -0800 (PST) Sender: Richard Henderson Message-ID: <50EB0E0E.5010505@twiddle.net> Date: Mon, 07 Jan 2013 10:03:58 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1357399753-25803-1-git-send-email-nickolai@csail.mit.edu> In-Reply-To: <1357399753-25803-1-git-send-email-nickolai@csail.mit.edu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] linux-user/syscall.c: fix copy_to_user_fdset for fds over 30 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nickolai Zeldovich Cc: Riku Voipio , qemu-devel@nongnu.org On 01/05/2013 07:29 AM, Nickolai Zeldovich wrote: > Signed-off-by: Nickolai Zeldovich > --- > v2 of this patch removes unnecessary parentheses, as suggested by Richard > Henderson -- thanks! > > linux-user/syscall.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~