From patchwork Sat Jan 21 19:03:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Randy.Dunlap" X-Patchwork-Id: 137199 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 B09E61007D1 for ; Sun, 22 Jan 2012 05:06:58 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751443Ab2AUSGj (ORCPT ); Sat, 21 Jan 2012 13:06:39 -0500 Received: from oproxy9.bluehost.com ([69.89.24.6]:36990 "HELO oproxy9.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751054Ab2AUSEn (ORCPT ); Sat, 21 Jan 2012 13:04:43 -0500 Received: (qmail 612 invoked by uid 0); 21 Jan 2012 18:04:42 -0000 Received: from unknown (HELO box742.bluehost.com) (66.147.244.242) by oproxy9.bluehost.com with SMTP; 21 Jan 2012 18:04:42 -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:CC:To:MIME-Version:From:Date:Message-ID; bh=L5B7PKrFDbDDXbwWLX0QWu03XfEUr+iGesxBhPH43R0=; b=Nxe4zk7YXeFogyUkb4qlcpoYuV4PymDx4/Ho1mKLoIiqavP3+UVvm60HjW/97yee+hsP2HkV8YCCnCHEgGVspjDIxQbnnXbdR24ZIdoonIa2oKc+64yju6aM0mpI2ury; Received: from static-50-53-38-135.bvtn.or.frontiernet.net ([50.53.38.135] helo=[192.168.1.2]) by box742.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RofIw-0008H0-D1; Sat, 21 Jan 2012 11:04:42 -0700 Message-ID: <4F1B0BEE.6000205@xenotime.net> Date: Sat, 21 Jan 2012 11:03:10 -0800 From: Randy Dunlap Organization: YPO4 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: Linux Kernel Mailing List CC: Linus Torvalds , Netdev , David Miller Subject: [PATCH 10/14] kernel-doc: fix new warning in net/sock.h 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 new kernel-doc warning: Warning(include/net/sock.h:372): No description found for parameter 'sk_cgrp_prioidx' Signed-off-by: Randy Dunlap --- include/net/sock.h | 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-33-rc1.orig/include/net/sock.h +++ lnx-33-rc1/include/net/sock.h @@ -226,6 +226,7 @@ struct cg_proto; * @sk_ack_backlog: current listen backlog * @sk_max_ack_backlog: listen backlog set in listen() * @sk_priority: %SO_PRIORITY setting + * @sk_cgrp_prioidx: socket group's priority map index * @sk_type: socket type (%SOCK_STREAM, etc) * @sk_protocol: which protocol this socket belongs in this network family * @sk_peer_pid: &struct pid for this socket's peer