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=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 A281EECE58C for ; Wed, 9 Oct 2019 22:48:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80F46218DE for ; Wed, 9 Oct 2019 22:48:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=netronome-com.20150623.gappssmtp.com header.i=@netronome-com.20150623.gappssmtp.com header.b="tPiQH17p" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732333AbfJIWsV (ORCPT ); Wed, 9 Oct 2019 18:48:21 -0400 Received: from mail-qt1-f194.google.com ([209.85.160.194]:43198 "EHLO mail-qt1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731134AbfJIWsU (ORCPT ); Wed, 9 Oct 2019 18:48:20 -0400 Received: by mail-qt1-f194.google.com with SMTP id t20so511211qtr.10 for ; Wed, 09 Oct 2019 15:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=Z+3EdhKE+AeW2xdFzbCTybbKxG5jLxRNaHCmlepKnCw=; b=tPiQH17p72YrZtxFr1LqCPf01LguDgjeCPY7Ev5YfqIPrJ/jRhim9woLkOrLDv86X4 /aTnTOeJ/t7E8+CWY4V1sCiZYSC0UHo+oyNlRfWZdzCIY98M1Nnf4MHw4wkL2zzQW/S/ zw4SffqEqQHWaJ9Cj9mIgAzY3aMgpsd0+8CQH/3dmVd5Xt3ED0VnDQNuWzgAmkntww3b 0sLsxRb5azzyG1iR14POYl4Z2x4ImSvxfU85iuQUVs5nD4C6PdRuUJvuYrd1xElpvJGy ZESG2CHc7o63RVUq95aRQ1wFXbsJ6UMNw0XEbffHkKP+h5m4racXVPILlsoVpCcNsU0G Eu2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=Z+3EdhKE+AeW2xdFzbCTybbKxG5jLxRNaHCmlepKnCw=; b=dAqOxMiCHooz0N9mb3rYMfbOT/4+vO/nJfLDiwa/sefdY6AgUwgLQBYph0gubdjI2U M+KXpFO1a7zuZ2sBqu/6DbZRy8nfLfOw4RBji+NKcc8tbNETX5CVDHS7GwYov0ITFB3X KuhnFNjSI4GcUreKdGswwX9xakU9h3ZLfm9Zz/RE4019gtMphQqT4gkzUo+gCQqqJzOj 4iP4a3jWaxBJCTK/4jwZ1/5zS72BFlk3Cc5Jiu0dxTqEdY2zsP+IMR3teIpocGGelhBM RB5eeBMu2k0itXmZyIgS3sKhlzcbaRHo8OwUGOGFHHNxTCMo/tQ6B/t3HGjZa3ddg9RK UCLA== X-Gm-Message-State: APjAAAVfvUTENKaXVrgJSJQRI1ui8ANG4mPeF3On3Zs2BN2pU88TJ7Pn Jzgb7h8PRSuLL0dv/QPx2Zge3g== X-Google-Smtp-Source: APXvYqzbI6LUeO5TJ+8XMFJemSA1dYxl8UN4xKPjlcsfjqpVjIN2lEJW3zfkTDGY3/sCKeE6Lff2vw== X-Received: by 2002:ac8:682:: with SMTP id f2mr6557906qth.149.1570661298493; Wed, 09 Oct 2019 15:48:18 -0700 (PDT) Received: from cakuba.netronome.com ([66.60.152.14]) by smtp.gmail.com with ESMTPSA id s16sm1414725qkg.40.2019.10.09.15.48.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2019 15:48:18 -0700 (PDT) Date: Wed, 9 Oct 2019 15:48:03 -0700 From: Jakub Kicinski To: Jonathan Corbet Cc: David Miller , 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: <20191009154803.34e21bae@cakuba.netronome.com> In-Reply-To: <20191003082953.396ebc1a@lwn.net> References: <20191002150956.16234-1-j.neuschaefer@gmx.net> <20191002.172526.1832563406015085740.davem@davemloft.net> <20191003082953.396ebc1a@lwn.net> Organization: Netronome Systems, Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 3 Oct 2019 08:29:53 -0600, Jonathan Corbet wrote: > 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. Hi Jon, I think Dave intended a few more patches to go via the doc tree, in particular: docs: networking: devlink-trap: Fix reference to other document docs: networking: phy: Improve phrasing Looks like those went missing. Would you mind taking those, or would you prefer for them to land in the networking trees?