From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH 1/1] RDS: add __printf format attribute to error reporting functions Date: Fri, 5 Aug 2016 13:32:39 -0700 Message-ID: References: <20160805201112.30892-1-nicolas.iooss_linux@m4x.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org To: Nicolas Iooss , "David S. Miller" Return-path: Received: from userp1050.oracle.com ([156.151.31.82]:19586 "EHLO userp1050.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1426302AbcHEUd5 (ORCPT ); Fri, 5 Aug 2016 16:33:57 -0400 In-Reply-To: <20160805201112.30892-1-nicolas.iooss_linux@m4x.org> Sender: netdev-owner@vger.kernel.org List-ID: On 8/5/2016 1:11 PM, Nicolas Iooss wrote: > This is helpful to detect at compile-time errors related to format > strings. > > Signed-off-by: Nicolas Iooss > --- OK. Acked-by: Santosh Shilimkar