From patchwork Wed Apr 18 00:03:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Randy.Dunlap" X-Patchwork-Id: 153344 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 47D46B7090 for ; Wed, 18 Apr 2012 10:03:59 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753838Ab2DRADS (ORCPT ); Tue, 17 Apr 2012 20:03:18 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:46890 "HELO oproxy1-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753673Ab2DRADQ (ORCPT ); Tue, 17 Apr 2012 20:03:16 -0400 Received: (qmail 13783 invoked by uid 0); 18 Apr 2012 00:03:15 -0000 Received: from unknown (HELO box742.bluehost.com) (66.147.244.242) by oproxy1.bluehost.com with SMTP; 18 Apr 2012 00:03:15 -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=P6tnT6UCGh6yJHlnCUNSRTpDA0OzH4X2kwaIZNPE4DI=; b=GuHcAGxIBWyNHfLz44crsZpdPZ4sY4jHjie2XC6S/qgy7bdEdxOtsljrLdDdsFpWD06b+IXP1fmTS84O4eSm1VMae4YXr9KLYTYEkJqfT09aumvweV9waQ8327glSj9v; Received: from static-50-53-38-135.bvtn.or.frontiernet.net ([50.53.38.135] helo=[192.168.1.4]) by box742.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SKIMd-0006Co-FI; Tue, 17 Apr 2012 18:03:15 -0600 Message-ID: <4F8E04E9.7030607@xenotime.net> Date: Tue, 17 Apr 2012 17:03:53 -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, davem@davemloft.net Subject: [PATCH] net/sock.h: fix sk_peek_off 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 in net/sock.h: Warning(include/net/sock.h:377): No description found for parameter 'sk_peek_off' 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-34-rc3.orig/include/net/sock.h +++ lnx-34-rc3/include/net/sock.h @@ -246,6 +246,7 @@ struct cg_proto; * @sk_user_data: RPC layer private data * @sk_sndmsg_page: cached page for sendmsg * @sk_sndmsg_off: cached offset for sendmsg + * @sk_peek_off: current peek_offset value * @sk_send_head: front of stuff to transmit * @sk_security: used by security modules * @sk_mark: generic packet mark