Received: by 2002:a05:6a10:c7d3:0:0:0:0 with SMTP id h19csp687659pxy; Sat, 14 Aug 2021 20:38:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxeO2lEZqMzBSCrhwM5jrFqYqY0SQzFlU3CcrEQ0fzN5P064Jb45B/NJqwo3xmushICq2Tw X-Received: by 2002:a17:906:d04b:: with SMTP id bo11mr9997546ejb.513.1628998738236; Sat, 14 Aug 2021 20:38:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628998738; cv=none; d=google.com; s=arc-20160816; b=hE07+N80ZJVNR+oEJcQUW8I8XgJwW5tTfGWDSD4jkYIZwkI83GusO5LN0TWT6f8p09 POlbP1S2YXqKithhKimGsS8kLuTIugjXuhXRTq0YJ3w5rnDLIBTaNHn1FOSSwH8SkHF8 ztQMnlK2wLeMq+CWDvoLmQZJAz32LZ+G6IeQ2zwV27vthhK7JD9SQ6SjKnzajdejCSMW nSbT4Ry/O3RTfDF+lGsJjDqwqYZE/b/HXIlgy2AWjnklocTj4E+SfroBYKxYh2VkLa95 TJVZK6eWvvAMi3oHw01Ra2dQ8s83xA/lYqLPC0A/odxQuYt/y9zmOYL5jRNUGTPl68Lp ocyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=59DMaGKDlUPLnamYmuA2WxIIhBIPKb8OyjiSOjy/CdE=; b=CS6FVVtHU3ocKXbMo+HILLGHhoJHD4xutO23t8YtFxA4z1UbY9vgnnk8DcZYVc3iwf UYyW4roLoImyXFH+5C0SiTjIfu4VD6H0k9bh0zWccnUV2urPcff4LyKyPnNOJEvPv6uv kSW1jIsw6QZeQYk8SZFRhPDRyBdidK926wqQ/37JJuFanOGJ10H7NeZCZ2fSEne/HH1O NOQcjm4v2g2T1rW6mxB5g6zJcDqZSiB3gT/B7URs/rnswts9ln7huAqZz0q3QCK4wEOX 0v3IEsqIa3io1FpzMC3V0rjHSQmMWfjDzvHwoWLXl5OJMlpB/MaRovzpPZLH6jVUJNFP d9sw== 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 q19si7078526edv.125.2021.08.14.20.38.35; Sat, 14 Aug 2021 20:38:58 -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 S236925AbhHODfB (ORCPT + 99 others); Sat, 14 Aug 2021 23:35:01 -0400 Received: from smtp11.smtpout.orange.fr ([80.12.242.133]:49815 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236923AbhHODet (ORCPT ); Sat, 14 Aug 2021 23:34:49 -0400 Received: from tomoyo.flets-east.jp ([114.149.34.46]) by mwinf5d21 with ME id hfZ7250050zjR6y03faHyr; Sun, 15 Aug 2021 05:34:19 +0200 X-ME-Helo: tomoyo.flets-east.jp X-ME-Auth: bWFpbGhvbC52aW5jZW50QHdhbmFkb28uZnI= X-ME-Date: Sun, 15 Aug 2021 05:34:19 +0200 X-ME-IP: 114.149.34.46 From: Vincent Mailhol To: Marc Kleine-Budde , linux-can@vger.kernel.org Cc: =?UTF-8?q?Stefan=20M=C3=A4tje?= , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Mailhol Subject: [PATCH v5 7/7] can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg Date: Sun, 15 Aug 2021 12:32:48 +0900 Message-Id: <20210815033248.98111-8-mailhol.vincent@wanadoo.fr> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210815033248.98111-1-mailhol.vincent@wanadoo.fr> References: <20210815033248.98111-1-mailhol.vincent@wanadoo.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The documentation of struct es58x_fd_tx_conf_msg explains in details the different TDC parameters. However, those description are redundant with the documentation of struct can_tdc. Remove most of the description. Also, fixes a typo in the reference to the datasheet (E701 -> E70). Signed-off-by: Vincent Mailhol --- drivers/net/can/usb/etas_es58x/es58x_fd.h | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/drivers/net/can/usb/etas_es58x/es58x_fd.h b/drivers/net/can/usb/etas_es58x/es58x_fd.h index ee18a87e40c0..a191891b8777 100644 --- a/drivers/net/can/usb/etas_es58x/es58x_fd.h +++ b/drivers/net/can/usb/etas_es58x/es58x_fd.h @@ -96,23 +96,14 @@ struct es58x_fd_bittiming { * @ctrlmode: type enum es58x_fd_ctrlmode. * @canfd_enabled: boolean (0: Classical CAN, 1: CAN and/or CANFD). * @data_bittiming: Bittiming for flexible data-rate transmission. - * @tdc_enabled: Transmitter Delay Compensation switch (0: disabled, - * 1: enabled). On very high bitrates, the delay between when the - * bit is sent and received on the CANTX and CANRX pins of the - * transceiver start to be significant enough for errors to occur - * and thus need to be compensated. - * @tdco: Transmitter Delay Compensation Offset. Offset value, in time - * quanta, defining the delay between the start of the bit - * reception on the CANRX pin of the transceiver and the SSP - * (Secondary Sample Point). Valid values: 0 to 127. - * @tdcf: Transmitter Delay Compensation Filter window. Defines the - * minimum value for the SSP position, in time quanta. The - * feature is enabled when TDCF is configured to a value greater - * than TDCO. Valid values: 0 to 127. + * @tdc_enabled: Transmitter Delay Compensation switch (0: TDC is + * disabled, 1: TDC is enabled). + * @tdco: Transmitter Delay Compensation Offset. + * @tdcf: Transmitter Delay Compensation Filter window. * - * Please refer to the microcontroller datasheet: "SAM - * E701/S70/V70/V71 Family" section 49 "Controller Area Network - * (MCAN)" for additional information. + * Please refer to the microcontroller datasheet: "SAM E70/S70/V70/V71 + * Family" section 49 "Controller Area Network (MCAN)" for additional + * information. */ struct es58x_fd_tx_conf_msg { struct es58x_fd_bittiming nominal_bittiming; -- 2.31.1