From owner-svn-src-head@freebsd.org Wed Mar 8 21:30:04 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9481D03286; Wed, 8 Mar 2017 21:30:04 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8B7A1FA2; Wed, 8 Mar 2017 21:30:03 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 5DB371FE086; Wed, 8 Mar 2017 22:29:27 +0100 (CET) Subject: Re: svn commit: r314843 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi To: Andreas Tobler , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201703071209.v27C9EnN031891@repo.freebsd.org> <76e5a216-7b3f-b9f2-f307-2f9ee8ff8431@FreeBSD.org> From: Hans Petter Selasky Message-ID: <83603df9-0c31-127f-de2e-56fbae329586@selasky.org> Date: Wed, 8 Mar 2017 22:29:12 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <76e5a216-7b3f-b9f2-f307-2f9ee8ff8431@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2017 21:30:05 -0000 On 03/08/17 21:57, Andreas Tobler wrote: > warning: type qualifiers ignored on function return type [-Wreturn-type] Thank you for the notice. Your suggestion is fine. See r314920. --HPS