From patchwork Sun Aug 19 00:36:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Randy.Dunlap" X-Patchwork-Id: 178504 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 505C22C00A9 for ; Sun, 19 Aug 2012 10:37:19 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751379Ab2HSAg5 (ORCPT ); Sat, 18 Aug 2012 20:36:57 -0400 Received: from oproxy11-pub.bluehost.com ([173.254.64.10]:38684 "HELO oproxy11-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751961Ab2HSAgp (ORCPT ); Sat, 18 Aug 2012 20:36:45 -0400 Received: (qmail 32216 invoked by uid 0); 19 Aug 2012 00:36:45 -0000 Received: from unknown (HELO box742.bluehost.com) (66.147.244.242) by oproxy11.bluehost.com with SMTP; 19 Aug 2012 00:36:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xenotime.net; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=NxNhe2tGssqNdpy2WZWqwTyzjVAftIxFy0NmhvuXtlI=; b=BOBrLSul3y/DCB9frxm9bpMDhV1+UHdd7reQEgE0S49FDqrs0bCPdssEp1EVfCFlTkF1Wp4HvLehZ2qY+BPbcVxy6BooGIpQQYvl/wLZrxqtdt3BjBR4aZDlJt8w9xj2; Received: from [50.53.38.135] (port=40639 helo=[192.168.1.2]) by box742.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1T2tVU-0005sf-T2; Sat, 18 Aug 2012 18:36:44 -0600 Message-ID: <5030351C.8080000@xenotime.net> Date: Sat, 18 Aug 2012 17:36:44 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: netdev@vger.kernel.org, David Miller Subject: [PATCH] net/core/dev.c: fix kernel-doc warning X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Randy Dunlap Fix kernel-doc warning: Warning(net/core/dev.c:5745): No description found for parameter 'dev' Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: netdev@vger.kernel.org --- net/core/dev.c | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- lnx-36-rc2.orig/net/core/dev.c +++ lnx-36-rc2/net/core/dev.c @@ -5732,6 +5732,7 @@ EXPORT_SYMBOL(netdev_refcnt_read); /** * netdev_wait_allrefs - wait until all references are gone. + * @dev: target net_device * * This is called when unregistering network devices. *