From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765537AbYBZUvx (ORCPT ); Tue, 26 Feb 2008 15:51:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761876AbYBZUvk (ORCPT ); Tue, 26 Feb 2008 15:51:40 -0500 Received: from wr-out-0506.google.com ([64.233.184.231]:44275 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752035AbYBZUvj (ORCPT ); Tue, 26 Feb 2008 15:51:39 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=cNKm2Eepjlkp8FUl+mrk2LnQB6/eiQvbyJBXa1A3RgpCu6ne/Jmos1ZzylAEbf9r5qCYZYlOm0wCuB4UVfb8oGXLNAYGE87+mUAUdbydCn9gspzJdewFcUKjl+TJcqRnPZJ+vFbjCEqaFz+Q73nBPAKJOLvAMf/unLyNPA0MCkc= Subject: Re: [PATCH] fbcon: replace mono_col macro with static inline From: Harvey Harrison To: Geert Uytterhoeven Cc: Antonino Daplas , Andrew Morton , LKML , Linux Frame Buffer Device Development In-Reply-To: References: <1203963237.5582.4.camel@brick> Content-Type: text/plain Date: Tue, 26 Feb 2008 12:51:14 -0800 Message-Id: <1204059074.5582.35.camel@brick> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2008-02-26 at 09:18 +0100, Geert Uytterhoeven wrote: > On Mon, 25 Feb 2008, Harvey Harrison wrote: > > +static inline int mono_col(struct fb_info *info) > ^^^^^^^^^^^^^^^^^^^^ > const struct fb_info *info? > I suppose, but seeing as it's an inline, does it really matter? Harvey