Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757435Ab1CBVJt (ORCPT ); Wed, 2 Mar 2011 16:09:49 -0500 Received: from kroah.org ([198.145.64.141]:54647 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757122Ab1CBVJr (ORCPT ); Wed, 2 Mar 2011 16:09:47 -0500 Date: Wed, 2 Mar 2011 16:02:29 -0500 From: Greg KH To: Roland Vossen Cc: Randy Dunlap , Stephen Rothwell , "gregkh@suse.de" , driverdevel , "linux-next@vger.kernel.org" , LKML , Arend Van Spriel Subject: Re: [PATCH -next] staging/brcm80211: fix printk format warnings Message-ID: <20110302210229.GB20522@kroah.com> References: <20110301181119.f1c7a9c3.sfr@canb.auug.org.au> <20110301162948.34c28d6e.randy.dunlap@oracle.com> <4D6E4F18.4060505@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D6E4F18.4060505@broadcom.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 920 Lines: 20 On Wed, Mar 02, 2011 at 03:07:20PM +0100, Roland Vossen wrote: > >drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c:1379: warning: format '%d' expects type 'int', but argument 3 has type 'size_t' > >drivers/staging/brcm80211/sys/wl_mac80211.c:1827: warning: format '%d' expects type 'int', but argument 3 has type 'size_t' > >drivers/staging/brcm80211/sys/wl_mac80211.c:1832: warning: format '%d' expects type 'int', but argument 3 has type 'size_t' > > > >Signed-off-by: Randy Dunlap > > Acked-by: Roland Vossen Please note you need a ' ' before the '<' character. I'm getting tired of adding it myself :) thanks, greg k-h -- 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/