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,USER_AGENT_GIT autolearn=unavailable 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 8DA12C55179 for ; Wed, 28 Oct 2020 22:17:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3FCB1206D4 for ; Wed, 28 Oct 2020 22:17:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603923454; bh=V55kML6ZxYgrWh9dQxvA0NQQHIIGvXnirU8tS4cgqss=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=djbpk7qJ8nJQTor3QvO0YmvXu0aLKsnPNoyNWq3U9Kf5GaMRUjdfKXdfZvclhrtYV U/ney/oXVRpV6oO7udr2EAvPAmIQjimOoTaZsn0+4w5RpvUQ5+7fVFAjqlfdmL1xib G+X+eRrxlBkFK6Zlxbjut5Ppsi2IFT/O+OAxqq9A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731594AbgJ1WRd (ORCPT ); Wed, 28 Oct 2020 18:17:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:60520 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731515AbgJ1WR1 (ORCPT ); Wed, 28 Oct 2020 18:17:27 -0400 Received: from mail.kernel.org (ip5f5ad5b2.dynamic.kabel-deutschland.de [95.90.213.178]) (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 1F5EC247DC; Wed, 28 Oct 2020 14:23:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603895016; bh=V55kML6ZxYgrWh9dQxvA0NQQHIIGvXnirU8tS4cgqss=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Nk1iOBv6NAXLWub3+kQYCsPMMnXXyVWBxNTYQBAxUFUana3YS4FGJfxKHWN7w8sDa dACx4aBx56ySCIt9vsvJMtF23kC/cSz9Tbd9xmmJ6bhdvfefJtvw4yMsIl90wgsmFs h+Nh8pCR0ljh0/pIZCaTALP6TONt1cVUIO0ciPPk= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kXmMQ-003hmE-1L; Wed, 28 Oct 2020 15:23:34 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Greg Kroah-Hartman Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Wei Liu , linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 32/33] docs: ABI: stable: remove a duplicated documentation Date: Wed, 28 Oct 2020 15:23:30 +0100 Message-Id: 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 Perhaps due to a wrong cut-and-paste, this entry: What: /sys/bus/vmbus/devices//channels//cpu was added twice by the same patch, one following the other. Remove the duplication. Fixes: c2e5df616e1a ("vmbus: add per-channel sysfs info") Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/stable/sysfs-bus-vmbus | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Documentation/ABI/stable/sysfs-bus-vmbus b/Documentation/ABI/stable/sysfs-bus-vmbus index 8e8d167eca31..c27b7b89477c 100644 --- a/Documentation/ABI/stable/sysfs-bus-vmbus +++ b/Documentation/ABI/stable/sysfs-bus-vmbus @@ -63,13 +63,6 @@ Contact: Stephen Hemminger Description: VCPU (sub)channel is affinitized to Users: tools/hv/lsvmbus and other debugging tools -What: /sys/bus/vmbus/devices//channels//cpu -Date: September. 2017 -KernelVersion: 4.14 -Contact: Stephen Hemminger -Description: VCPU (sub)channel is affinitized to -Users: tools/hv/lsvmbus and other debugging tools - What: /sys/bus/vmbus/devices//channels//in_mask Date: September. 2017 KernelVersion: 4.14 -- 2.26.2