From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Bristow Subject: [PATCH] include: net: Add parameter desc to fix waring when generating docs Date: Fri, 5 Jul 2013 09:59:50 +1200 Message-ID: <1372975190-21117-1-git-send-email-sam.bristow@gmail.com> Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Sam Bristow To: Johannes Berg , "David S. Miller" Return-path: Received: from mail-pb0-f47.google.com ([209.85.160.47]:59272 "EHLO mail-pb0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932805Ab3GDWA2 (ORCPT ); Thu, 4 Jul 2013 18:00:28 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 'make htmldocs' was generating a warning about a missing parameter description for gfp. Earlier patch was missing my signed-off-by line... Signed-off-by: Sam Bristow --- include/net/cfg80211.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 26b5b69..159e070 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -4153,6 +4153,7 @@ void cfg80211_report_wowlan_wakeup(struct wireless_dev *wdev, * cfg80211_crit_proto_stopped() - indicate critical protocol stopped by driver. * * @wdev: the wireless device for which critical protocol is stopped. + * @gfp: allocation flags * * This function can be called by the driver to indicate it has reverted * operation back to normal. One reason could be that the duration given -- 1.8.3.1