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=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 0F625C56201 for ; Fri, 30 Oct 2020 07:42:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ABFF620719 for ; Fri, 30 Oct 2020 07:42:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604043765; bh=fDqsojMQXaXU2zybp/ZgveYNlutB+XD1RHDYBF/LUWE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=yCKXhImh6Xgew5Vr1Efp6bxIgbkc/bu/7SO6vFQJo66CIfXhGUxiEnShLFgScgoco ZnvmAQ+l8Yzf+3PshX9Qwf3+6vgbV4v+MFu3OAV2//f6xqb3yZbICuyC/aUW/UEDAS gFrBiK6QhoS5vD3dftZNItOqO+sGSGhc1qBkUdQU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726340AbgJ3Hmo (ORCPT ); Fri, 30 Oct 2020 03:42:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:51860 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726102AbgJ3HlF (ORCPT ); Fri, 30 Oct 2020 03:41:05 -0400 Received: from mail.kernel.org (ip5f5ad5bb.dynamic.kabel-deutschland.de [95.90.213.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0FF052415A; Fri, 30 Oct 2020 07:41:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604043664; bh=fDqsojMQXaXU2zybp/ZgveYNlutB+XD1RHDYBF/LUWE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DDApKqsYH5zqyZRq+2HZrxIJKm6kdo+nIu+SatK1lr5dB99Dd8x2s34S9n+q8XJry kIN9fGgRW0f62Fp5+VgWjWtW0rX2J51nXS3eUSR0LahmJnyDIFHql4vYWUrKQIdzG6 ss/ems9Wt8KGFw+onEqPJCQB6m57E/MHbMr9RpWk= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kYP1x-004Ogt-WA; Fri, 30 Oct 2020 08:41:02 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Andrew Morton , Rodolfo Giometti , linux-kernel@vger.kernel.org Subject: [PATCH v2 36/39] docs: ABI: sysfs-c2port: remove a duplicated entry Date: Fri, 30 Oct 2020 08:40:55 +0100 Message-Id: <4ea2b31ddc76161fbae004f2f2ed91dfb757703f.1604042072.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org As warned by scripts/get_abi.pl: Warning: /sys/class/c2port/c2portX/flash_erase is defined 2 times: Documentation/ABI/testing/sysfs-c2port:60 Documentation/ABI/testing/sysfs-c2port:68 This entry was added twice at the same patch. Probalby a cut-and paste issue. Fixes: 4e17e1db9647 ("Add c2 port support") Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/testing/sysfs-c2port | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-c2port b/Documentation/ABI/testing/sysfs-c2port index 716cffc457e9..f7b8cf6e4398 100644 --- a/Documentation/ABI/testing/sysfs-c2port +++ b/Documentation/ABI/testing/sysfs-c2port @@ -66,13 +66,6 @@ Description: the "erase" command on the on-board flash of the connected micro. -What: /sys/class/c2port/c2portX/flash_erase -Date: October 2008 -Contact: Rodolfo Giometti -Description: - The /sys/class/c2port/c2portX/flash_erase file show the - on-board flash size of the connected micro. - What: /sys/class/c2port/c2portX/reset Date: October 2008 Contact: Rodolfo Giometti -- 2.26.2