From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21641C432C0 for ; Mon, 18 Nov 2019 18:57:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D4E94222AA for ; Mon, 18 Nov 2019 18:57:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="OSuKVxiF"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=darkphysics.net header.i=@darkphysics.net header.b="TUNFOyuE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726647AbfKRS5n (ORCPT ); Mon, 18 Nov 2019 13:57:43 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:59426 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726423AbfKRS5n (ORCPT ); Mon, 18 Nov 2019 13:57:43 -0500 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 238FA33E3A; Mon, 18 Nov 2019 13:57:41 -0500 (EST) (envelope-from tdavies@darkphysics.net) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :cc:subject:message-id:mime-version:content-type; s=sasl; bh=1Hj fEH5GpUBsOue/0NDNyGeQocU=; b=OSuKVxiF4sDXnxUrnGnXGNzKh9EhO75otZ7 Ytuv4vYpZkEZCYuH8Y3MpRHex3LjTZLYuaz6TkDY+d3tEPuQG5u/TQ9oRsgVVpob VPKvqotGs5YQCNUK9RZXmNGMnW+gko+K14QishYqDPsj7272mkO/LDriSygsEYcv 1drqMQtY= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 17D3033E38; Mon, 18 Nov 2019 13:57:41 -0500 (EST) (envelope-from tdavies@darkphysics.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=darkphysics.net; h=date:from:to:cc:subject:message-id:mime-version:content-type; s=2019-09.pbsmtp; bh=8v4o8y5JnrphhdR9ew6BuE+s/ugtRTCDOoDjyiO/G/Q=; b=TUNFOyuEFEdnSDSYdfISHSDagyoPPtJ6Wu2kMohPlS+ehsRAJ0JNErT2jM+lz1wLtgCnZMZ4T6Kvwt9soLAyRODwrK2JVIsZu/kpP61wsRt/CH8LXyXvjD8SbYSHRf7IO6FauRTckG2FRNdGwA7+foDWZwo/0tDSKxnp0XqV+uA= Received: from Cheese (unknown [24.19.107.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 965D933E35; Mon, 18 Nov 2019 13:57:39 -0500 (EST) (envelope-from tdavies@darkphysics.net) Date: Mon, 18 Nov 2019 10:57:32 -0800 From: Travis Davies To: Andrew Morton , "David S. Miller" , Julia Lawall Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/1] net: Fix comment block per style guide Message-ID: <20191118185724.GA32637@Cheese> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) X-Pobox-Relay-ID: 4B46DF7C-0A35-11EA-BC5B-D1361DBA3BAF-64344220!pb-smtp2.pobox.com Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Travis Davies --- This patch places /* and */ on separate lines for a multiline block comment, in order to keep code style consistant with majority of blocks throughout the file. This will prevent a checkpatch.pl warning: 'Block comments use a trailing */ on a separate line' include/linux/netdevice.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index c20f190b4c18..a2605e043fa2 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -95,9 +95,11 @@ void netdev_set_default_ethtool_ops(struct net_device *dev, #define NET_XMIT_CN 0x02 /* congestion notification */ #define NET_XMIT_MASK 0x0f /* qdisc flags in net/sch_generic.h */ -/* NET_XMIT_CN is special. It does not guarantee that this packet is lost. It +/* + * NET_XMIT_CN is special. It does not guarantee that this packet is lost. It * indicates that the device will soon be dropping packets, or already drops - * some packets of the same priority; prompting us to send less aggressively. */ + * some packets of the same priority; prompting us to send less aggressively. + */ #define net_xmit_eval(e) ((e) == NET_XMIT_CN ? 0 : (e)) #define net_xmit_errno(e) ((e) != NET_XMIT_CN ? -ENOBUFS : 0) -- 2.21.0