From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.6 required=5.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 5FFDF7DF8F for ; Sun, 17 Jun 2018 02:02:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756937AbeFQCCG (ORCPT ); Sat, 16 Jun 2018 22:02:06 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:60842 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933349AbeFQCCF (ORCPT ); Sat, 16 Jun 2018 22:02:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=VLoZ0nExZaV7bi903v5RBgJocAea+K18TMM60l7Ys10=; b=mWJe7dfS9Dz7Jnn9cyk21y+Wl CFAtaxWkCEHSdBF4FIwgD0V2QCbmE7HpO5gT8Jq6likhO95cT4Zq9xwVOREHYXRsvYaGseVuj8bum YoSlTwF4Yy1IIYf1GaB3IPoRfj/ozNcF/6zVqNeycadfcm1QLNWqPhRMX+htwRbnuDYt6kK4ClGA8 P14DiSbC0hTFVjWWgyZArl4MT76NrB1+SNtmbJS2WTcGX9aU+eDlVh7iUOpQ5/DpZfbZ0xEVWV5jh C9Tf99B06KgVevGL3yfs3sKdJOJ7skdb9nUGn36URZS9EWyFSqQz8EV3oNXkupq4oOtfiHE1j+CWa SyAhCjgeg==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fUN12-0001pI-4o; Sun, 17 Jun 2018 02:02:04 +0000 To: "linux-doc@vger.kernel.org" , Jonathan Corbet Cc: Tim Bird , LKML From: Randy Dunlap Subject: [PATCH] Documentation/process: fix reST table border error Message-ID: <727cda41-e8e5-06f5-ae54-3e91571fa6ac@infradead.org> Date: Sat, 16 Jun 2018 19:02:03 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org From: Randy Dunlap Fix reST error in Documentation/process/: Documentation/process/2.Process.rst:131: ERROR: Malformed table. Bottom/header table border does not match top border. Fixes: 8962e40c1993 ("docs: update kernel versions and dates in tables") Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: Tim Bird --- Documentation/process/2.Process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-418-rc1.orig/Documentation/process/2.Process.rst +++ lnx-418-rc1/Documentation/process/2.Process.rst @@ -134,7 +134,7 @@ and their maintainers are: 4.4 Greg Kroah-Hartman (very long-term stable kernel) 4.9 Greg Kroah-Hartman 4.14 Greg Kroah-Hartman - ====== ====================== =========================== + ====== ====================== ============================== The selection of a kernel for long-term support is purely a matter of a maintainer having the need and the time to maintain that release. There -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html