Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp3311409pxb; Mon, 24 Jan 2022 07:05:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJyGjASetwwUucbl6gFJpiAk06AOnQKsImCQVupmCSpVbh9Kro9ymmljunV7eUl7U0wAsKfG X-Received: by 2002:a62:1cd6:0:b0:4c7:f6ae:2257 with SMTP id c205-20020a621cd6000000b004c7f6ae2257mr8817744pfc.59.1643036705014; Mon, 24 Jan 2022 07:05:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643036705; cv=none; d=google.com; s=arc-20160816; b=p4jSj/b+Jug1tFnSpLCjM7M1jxtiFHR4MH7LEb4FKcGyoPwHsd3zIE0l9IgHseQMv1 0uc1t50aySUDyO8YSD8t+OSZZL1f5pQqOJwM9S/EHmfmDIRisicUH7oWSoxiubi2FB23 j1rOLwoy3czZ/HWXqAfEkLSlpNXtuFRLs0rc9yNadGA4dQ9o/FeJQHQ5iER9ZCU/yJG1 o5IY2+/SESO15ASBrpDkqAcgaF5SZ/WR1zsyEHyIoNpZiCpQ0xv5U9E75o1TlqO0teds RTyjeHj1wSu8xmzA+Xa6PvbUuSQkaiRTFtnIS3o8/kqv2nGDiY3hJXUh2+fxuVA7PXyn 5s0g== 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 :message-id:date:subject:to:from; bh=4PIxo7Iy9zcJEeMmn8hZEWM8dGdcCvAjn308nYpj8yQ=; b=AXUphdvw+FO7m9P2a2FWi7IQhL7DUXRUwy+zC5AE4RDCuidBgwtqqQo1oeyqw8KC8r pSUpK/BQWpiBGErlVp6XfNgh0L4a5xsKZCBFI6/L/yNPHKclv0OHEZmLH1hn39zKsB8n TQ0fj1ZIjvC+02c7JgjpUKmbovmrbeGKvFSHrqyvUwxHVuXvh7QjHj4FkXkoBOczhHm7 Nnez/3uFKXz01UdtVzVI+5DQ4YwzBqhRUICHHtEJGb+SLWayjuP8nyvIlCqbQVylF4d7 fgVVrB9++MVxR/2e+TajiSXVjRxdN4jBsi/PRjM1TqQE30lp+rnGb2QwFEkk+CHS9bp+ ly7g== 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 s35si14094805pgl.570.2022.01.24.07.04.50; Mon, 24 Jan 2022 07:05:05 -0800 (PST) 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 S240730AbiAXBor (ORCPT + 99 others); Sun, 23 Jan 2022 20:44:47 -0500 Received: from twspam01.aspeedtech.com ([211.20.114.71]:10783 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238668AbiAXBor (ORCPT ); Sun, 23 Jan 2022 20:44:47 -0500 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 20O1acU0011857; Mon, 24 Jan 2022 09:36:38 +0800 (GMT-8) (envelope-from chiawei_wang@aspeedtech.com) Received: from ChiaWei-PC.aspeed.com (192.168.2.66) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 24 Jan 2022 09:43:53 +0800 From: Chia-Wei Wang To: , , , , , Subject: [PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk Date: Mon, 24 Jan 2022 09:43:51 +0800 Message-ID: <20220124014351.9121-1-chiawei_wang@aspeedtech.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [192.168.2.66] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 20O1acU0011857 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Escape asterisk symbols to fix the following warning: "WARNING: Inline emphasis start-string without end-string" Fixes: c6807970c3bc ("soc: aspeed: Add UART routing support") Signed-off-by: Chia-Wei Wang --- Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing b/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing index b363827da437..910df0e5815a 100644 --- a/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing +++ b/Documentation/ABI/testing/sysfs-driver-aspeed-uart-routing @@ -1,4 +1,4 @@ -What: /sys/bus/platform/drivers/aspeed-uart-routing/*/uart* +What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/uart\* Date: September 2021 Contact: Oskar Senft Chia-Wei Wang @@ -9,7 +9,7 @@ Description: Selects the RX source of the UARTx device. depends on the selected file. e.g. - cat /sys/bus/platform/drivers/aspeed-uart-routing/*.uart_routing/uart1 + cat /sys/bus/platform/drivers/aspeed-uart-routing/\*.uart_routing/uart1 [io1] io2 io3 io4 uart2 uart3 uart4 io6 In this case, UART1 gets its input from IO1 (physical serial port 1). @@ -17,7 +17,7 @@ Description: Selects the RX source of the UARTx device. Users: OpenBMC. Proposed changes should be mailed to openbmc@lists.ozlabs.org -What: /sys/bus/platform/drivers/aspeed-uart-routing/*/io* +What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/io\* Date: September 2021 Contact: Oskar Senft Chia-Wei Wang -- 2.25.1