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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 E240DC32792 for ; Thu, 3 Oct 2019 14:29:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C30E2218DE for ; Thu, 3 Oct 2019 14:29:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730670AbfJCO34 (ORCPT ); Thu, 3 Oct 2019 10:29:56 -0400 Received: from ms.lwn.net ([45.79.88.28]:60784 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726393AbfJCO3z (ORCPT ); Thu, 3 Oct 2019 10:29:55 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 70EFC300; Thu, 3 Oct 2019 14:29:54 +0000 (UTC) Date: Thu, 3 Oct 2019 08:29:53 -0600 From: Jonathan Corbet To: David Miller Cc: j.neuschaefer@gmx.net, linux-doc@vger.kernel.org, jeffrey.t.kirsher@intel.com, snelson@pensando.io, drivers@pensando.io, intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: networking: device drivers: Remove stray asterisks Message-ID: <20191003082953.396ebc1a@lwn.net> In-Reply-To: <20191002.172526.1832563406015085740.davem@davemloft.net> References: <20191002150956.16234-1-j.neuschaefer@gmx.net> <20191002.172526.1832563406015085740.davem@davemloft.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 02 Oct 2019 17:25:26 -0700 (PDT) David Miller wrote: > Jon, how do you want to handle changes like this? In whatever way works best. Documentation should make our lives easier, not get in the way :) > I mean, there are unlikely to be conflicts from something like this so it > could simply go via the documentation tree. > > Acked-by: David S. Miller OK, I'll go ahead and apply it, then. Thanks, jon