Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp4369920ybe; Mon, 9 Sep 2019 08:20:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqyOkJ1yPg14IgIRPipDKtV8qgt3lb4RMImgTdWDNaZ1teVEwd+pnuD73xDb08w1KRhPchg9 X-Received: by 2002:a05:6402:286:: with SMTP id l6mr24981988edv.111.1568042420267; Mon, 09 Sep 2019 08:20:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568042420; cv=none; d=google.com; s=arc-20160816; b=J2BeCy2YS3mN4fXwT5rIkP0jSSRW32xjkvzwX3co4kCpsv5n06A7U14mtdqwHBQaB3 GfrYwt1JCrfIxb3qg/cfhoSuIv/gIPz/QS2Vc1tHL92AxsM0jJdIXLlTUzgeFxMmwd5V AaQ5+nS9ut/rCJHva/ZwSQudMA8Hi20QgyPwRCyFNJHIc0U8SaUNlUIcXn78c47D3gkl IYz20uYgX1riTNMpu47jinPJTcEGpsFI6NuNYVInnFt8igQ90hxOjU6dCwIvB2QbVnHZ 1I1rjE47bLMtH2+3ipN8o5WQwjwz/MpqN+KqtPiz97uhTVSKe7Eh3NhnsODTXZ0w7jRG POdA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :organization:in-reply-to:subject:cc:to:from; bh=3fFbVj64mZaUfYaib/qaql4clF2KONoH6SiYnBY9W2o=; b=vUfpFEunbewDY90EZ19hPYf2fU4rKDmnP9NyklZxvOvG0tos/Zj7IwM15anA6XM3a5 qnr1NfpQzUytfGMaLKhDqhAIVIuzC4/SMXFYXbQd6xOB1J7p24kjYzVnQ8s7VaiVup1b YbbHnQBayZyOL/sGg18w1smMfvAawhtUL3pA7YpDpYcjPP5UYeNngpaUNo2QpoW4LlyU SKtAAuGP2yZUs7I34KC2oOjdtLy1xhXch0lK9mjWSLcNk4g8PvHlqHG7T3u5qNmSCylL FQuVcNJsfpN6gEQ0WKkUkYh5Yq+oxJUKD8TnDaWJA2mE4A/3O2lsm0LiJBaQufkMnr2F Jh+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e14si8529960edd.417.2019.09.09.08.19.55; Mon, 09 Sep 2019 08:20:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389944AbfIIJgl (ORCPT + 99 others); Mon, 9 Sep 2019 05:36:41 -0400 Received: from mga07.intel.com ([134.134.136.100]:12883 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728293AbfIIJgl (ORCPT ); Mon, 9 Sep 2019 05:36:41 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Sep 2019 02:36:39 -0700 X-IronPort-AV: E=Sophos;i="5.64,484,1559545200"; d="scan'208";a="383923999" Received: from jnikula-mobl3.fi.intel.com (HELO localhost) ([10.237.66.161]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Sep 2019 02:36:38 -0700 From: Jani Nikula To: Joe Perches , Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel , Louis Taylor Subject: Re: [PATCH] docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi] In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: Date: Mon, 09 Sep 2019 12:36:35 +0300 Message-ID: <87k1ah3j6k.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 06 Sep 2019, Joe Perches wrote: > Link: https://lore.kernel.org/lkml/CAHk-=wgoxnmsj8GEVFJSvTwdnWm8wVJthefNk2n6+4TC=20e0Q@mail.gmail.com/ I thought Link: was for referencing the patch on the mailing list that became the commit in git. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center