From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2996611AbcHEUeQ (ORCPT ); Fri, 5 Aug 2016 16:34:16 -0400 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 Subject: Re: [PATCH 1/1] RDS: add __printf format attribute to error reporting functions To: Nicolas Iooss , "David S. Miller" References: <20160805201112.30892-1-nicolas.iooss_linux@m4x.org> Cc: netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: Date: Fri, 5 Aug 2016 13:32:39 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160805201112.30892-1-nicolas.iooss_linux@m4x.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userp1040.oracle.com [156.151.31.81] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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