From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965440AbXDJMoG (ORCPT ); Tue, 10 Apr 2007 08:44:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965483AbXDJMoF (ORCPT ); Tue, 10 Apr 2007 08:44:05 -0400 Received: from p549F50C9.dip.t-dialin.net ([84.159.80.201]:21235 "EHLO mail.linux-mips.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S965440AbXDJMoE (ORCPT ); Tue, 10 Apr 2007 08:44:04 -0400 X-Greylist: delayed 2174 seconds by postgrey-1.27 at vger.kernel.org; Tue, 10 Apr 2007 08:44:03 EDT Date: Tue, 10 Apr 2007 14:07:23 +0200 From: Ralf Baechle To: "Robert P. J. Day" Cc: Linux Kernel Mailing List , Andrew Morton Subject: Re: [PATCH] MIPS: Replace incorrect "__typeof" with "__typeof__". Message-ID: <20070410120723.GA10409@linux-mips.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 10, 2007 at 06:23:27AM -0400, Robert P. J. Day wrote: > Replace what appears to be an incorrect spelling of "__typeof" with > the correct spelling of "__typeof__". Not a bug, just old fashioned. Ralf