[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1326619310.6164.2.camel@joe2Laptop>
Date: Sun, 15 Jan 2012 01:21:50 -0800
From: Joe Perches <joe@...ches.com>
To: Arend van Spriel <arend@...adcom.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Brett Rudley <brudley@...adcom.com>,
Henry Ptasinski <henryp@...adcom.com>,
Roland Vossen <rvossen@...adcom.com>,
"Franky (Zhenhui) Lin" <frankyl@...adcom.com>,
Kan Yan <kanyan@...adcom.com>,
"John W. Linville" <linville@...driver.com>,
"linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH 3/8] brcm80211: Add and use brcmX_dbg_dump_hex
On Sun, 2012-01-15 at 10:17 +0100, Arend van Spriel wrote:
> On 01/15/2012 09:38 AM, Joe Perches wrote:
>
> > +#ifdef DEBUG
> > +extern __printf(3, 4)
>
> Just curious if I can learn something here. What does the __printf(3, 4) do?
It's a #define for gcc __attribute__((format (printf, ...)))
It makes gcc validate the printf format and arguments.
http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists