From patchwork Fri Jun 22 00:37:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tobin C. Harding" X-Patchwork-Id: 933018 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=tobin.cc Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=tobin.cc header.i=@tobin.cc header.b="DcoR7N1B"; dkim=pass (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="oa/b10oq"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41BfnR0wK3z9s4b for ; Fri, 22 Jun 2018 10:38:35 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934095AbeFVAh2 (ORCPT ); Thu, 21 Jun 2018 20:37:28 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:33293 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933452AbeFVAhZ (ORCPT ); Thu, 21 Jun 2018 20:37:25 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id A219721C49; Thu, 21 Jun 2018 20:37:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Thu, 21 Jun 2018 20:37:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobin.cc; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=ljT2nPuahOKWGQfXA NK/6VXUifV3Vqdmpa630xZbqMM=; b=DcoR7N1BM8EJmS4RTKMnTzghOlQ+w+1oO 3R/c8819MSgMcuKBQ3tiM/SMbj7Lni5ObUuuvY6PCSyyvOqg0MJxlB9joREMAeB5 Uwj/3x1Ob/8WksvwZlf7z9tHdJS0ZUkGtlGMSQ39lL0WBn4RS+YYp6jpj2dammNA kFGBVct8AwpJgZ49rJEf0f+WPRD44QQ63PQtbrpzdKNu8SUAov13vqLWhv4EW2xT L8pSJYczt9TSL1ZQ+twlby4yJlRn1CdcIowsQy1j0KypC+FQ2ZU6ivMGky1N6sre 5Huvkq1m0z3TsLr0K4NU+kZ7U37gSqHici2V7Rr1Y+xwOTulMmt9Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=ljT2nPuahOKWGQfXANK/6VXUifV3Vqdmpa630xZbqMM=; b=oa/b10oq RlTRA2bqroyJODc6te6N3ULH84e6TNHoJOgNxIx7HWZ5vaVa0OHH11gP8driwbE6 kQ5Or/4MElatkQRL9BERiUwEEQwX0OBLlYiwqsFglx4o9qX2bT5IpL/yLSMOl/SG mDGRFOKJpCSqK1u4z+vOQ4wjzD30h7ADw1OM08GyksrNCfXYW/mumQjVesx84Be6 O0SjlOuGYtuzAy6raECIfLCtsm8fKZ/iXelxJr4M52hXzoXzHrQXunvCyGeuWJCh 7u5zexa55WddCm7c2pB85JoplDGZdgjq6HrIo0a9ptlvlsEHiV0NV1dieuIYmMcK p8BFoQZj2s+keQ== X-ME-Proxy: X-ME-Sender: Received: from localhost (124-169-15-204.dyn.iinet.net.au [124.169.15.204]) by mail.messagingengine.com (Postfix) with ESMTPA id D3373E4448; Thu, 21 Jun 2018 20:37:23 -0400 (EDT) From: "Tobin C. Harding" To: Jonathan Corbet Cc: "Tobin C. Harding" , Jeff Kirsher , "David S. Miller" , linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/4] Documentation: e100: Use correct heading adornment Date: Fri, 22 Jun 2018 10:37:05 +1000 Message-Id: <20180622003708.31848-2-me@tobin.cc> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180622003708.31848-1-me@tobin.cc> References: <20180622003708.31848-1-me@tobin.cc> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Recently documentation file was converted to rst. The document title has the incorrect heading adornment. From kernel docs: * Please stick to this order of heading adornments: 1. ``=`` with overline for document title:: ============== Document title ============== Add overline heading adornment to document title. Fixes commit (85d63445f411 Documentation: e100: Update the Intel 10/100 driver doc) CC: Jeff Kirsher Signed-off-by: Tobin C. Harding Acked-by: Jeff Kirsher --- Documentation/networking/e100.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/networking/e100.rst b/Documentation/networking/e100.rst index d4d837027925..59b80608e27d 100644 --- a/Documentation/networking/e100.rst +++ b/Documentation/networking/e100.rst @@ -1,3 +1,4 @@ +============================================================== Linux* Base Driver for the Intel(R) PRO/100 Family of Adapters ==============================================================