Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp65709pxu; Tue, 13 Oct 2020 16:52:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwt+1G+3wsavsvbEid0WSDRAUcnUeBM1srDV9mMAwmrDatAFm6mdcEy/y51YkCrUxZl75JV X-Received: by 2002:a05:6402:1c1b:: with SMTP id ck27mr2318270edb.218.1602633127279; Tue, 13 Oct 2020 16:52:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602633127; cv=none; d=google.com; s=arc-20160816; b=qBVnNbgyAwGprkxlx7m6Ud6/RCCy7ac+UGM0ZRlQPC5E22rR2a+EiwS7K2rhiOIeNh N+z5flKtAHdNjsNQf6gl0+lXDSSplZ5osBfdNl8ST+NpznFpLSzpf/V5uC7WO1BY44/i DdTvShyqAuC/Yxku/+3Slf6RXlh/SQ5mqXoL0NTMKuQJ3wjfcetCjaz1AaKbr5TZRQOH oGM34ZP1rW8kusK8MMgPou/F88SRP8KNq6k2I00J18SIHtFbonDK7SGFIQj6fNW1MdLd 1cnLglxyfYmFDip52661/HRu3AUHQjkPO0ju7Pu2jphaCIV+nBG8b3buhtewsrBYOOYa vBuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=+jt6ewB+8asttOydYpPDuTjtp0zdf5CNwr8chjGFAB8=; b=vGmcphsHf3dFBxseZ9YPW2rqVO/IniyVmzXoPihhGrxQsb41KkoTd9iYwv+lCIgAvr VR0SM3SpL99dJdPgkowbgWu0VlxstBQLaI3BieYyitfwadwLoNCWVsPSfhGyaFrlEqIp lcYN2KSa45+z5mGiFinWeH6q0ucMhUpuKjEaCU3T6kFcnx2xc6cKFp3ARHb9hGgZW98M gKinROLoJJZFwJn3pzchkLsXPd6DcUqRZ+LUgRODBcJGyVmwPJM+S0v1UHn6yI18W3AO t64ysexY+bzc2Dl45MPClRWmvqa4bAGO0MMU14XpQ6AMp2WEJXBjQWqeU/ZCGZKMgF24 e1ew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d17si913055edr.273.2020.10.13.16.51.44; Tue, 13 Oct 2020 16:52:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388496AbgJMONp (ORCPT + 99 others); Tue, 13 Oct 2020 10:13:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388485AbgJMONp (ORCPT ); Tue, 13 Oct 2020 10:13:45 -0400 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC5D0C0613D2 for ; Tue, 13 Oct 2020 07:13:44 -0700 (PDT) Received: from ramsan ([84.195.186.194]) by albert.telenet-ops.be with bizsmtp id fSDi2300E4C55Sk06SDiYz; Tue, 13 Oct 2020 16:13:43 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1kSL3e-0006RP-HN; Tue, 13 Oct 2020 16:13:42 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1kSL3e-0007QD-FW; Tue, 13 Oct 2020 16:13:42 +0200 From: Geert Uytterhoeven To: Oliver Hartkopp , Marc Kleine-Budde Cc: "David S . Miller" , Jakub Kicinski , linux-can@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] can: Explain PDU in CAN_ISOTP help text Date: Tue, 13 Oct 2020 16:13:41 +0200 Message-Id: <20201013141341.28487-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The help text for the CAN_ISOTP config symbol uses the acronym "PDU". However, this acronym is not explained here, nor in Documentation/networking/can.rst. Expand the acronym to make it easier for users to decide if they need to enable the CAN_ISOTP option or not. Signed-off-by: Geert Uytterhoeven --- net/can/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/can/Kconfig b/net/can/Kconfig index 224e5e0283a986d9..7c9958df91d353c8 100644 --- a/net/can/Kconfig +++ b/net/can/Kconfig @@ -62,8 +62,9 @@ config CAN_ISOTP communication between CAN nodes via two defined CAN Identifiers. As CAN frames can only transport a small amount of data bytes (max. 8 bytes for 'classic' CAN and max. 64 bytes for CAN FD) this - segmentation is needed to transport longer PDUs as needed e.g. for - vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN traffic. + segmentation is needed to transport longer Protocol Data Units (PDU) + as needed e.g. for vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN + traffic. This protocol driver implements data transfers according to ISO 15765-2:2016 for 'classic' CAN and CAN FD frame types. If you want to perform automotive vehicle diagnostic services (UDS), -- 2.17.1