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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A0BDC43334 for ; Tue, 12 Jul 2022 21:55:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233176AbiGLVy6 (ORCPT ); Tue, 12 Jul 2022 17:54:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231283AbiGLVyz (ORCPT ); Tue, 12 Jul 2022 17:54:55 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A60045F63; Tue, 12 Jul 2022 14:54:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657662894; x=1689198894; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=HhwEjN2ERwxDUrhvzVEgnEFaPTQUKvOj+QMZ2916s+s=; b=T2DAap0fgbVM9AmNpyc+PPHIy4YWOT1Y45FgeOJ9LnwwF55eQUWXkVkE 0KJAAONOg3JXgj7FpCJiuCgwGh8J94ZyO2DgcPjRskeXXLuZlblpwlpeC Ze00uALAhaSXNIuZLVMx8hUvEgjwIqT2W1jW3Y9QKCP/dLQ0rdmtAokMA KWzG96sY8JO4+JT9mL7biWi5ngyCRb8QaKv5OHR2qE826v7NxkKAlfp6A rFaEEZTF3PLmr9aE8v2XjThs0GbukP2CeczHfHNOb8aQtVNn1rP8CDJ7O 6Noh1yOfSBysE/Aj8wSaoCKNluhDSPbeapxXi5ydepzu2httBaBpuHsEJ w==; X-IronPort-AV: E=McAfee;i="6400,9594,10406"; a="371363578" X-IronPort-AV: E=Sophos;i="5.92,266,1650956400"; d="scan'208";a="371363578" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2022 14:54:53 -0700 X-IronPort-AV: E=Sophos;i="5.92,266,1650956400"; d="scan'208";a="772026699" Received: from silpixa00400314.ir.intel.com (HELO silpixa00400314) ([10.237.222.76]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2022 14:54:51 -0700 Date: Tue, 12 Jul 2022 22:54:44 +0100 From: Giovanni Cabiddu To: Bagas Sanjaya Cc: linux-doc@vger.kernel.org, Adam Guerin , Tomasz Kowallik , Wojciech Ziemba , Fiona Trahe , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH next 2/3] Documentation: qat: rewrite description Message-ID: References: <20220712092954.142027-1-bagasdotme@gmail.com> <20220712092954.142027-3-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220712092954.142027-3-bagasdotme@gmail.com> Organization: Intel Research and Development Ireland Ltd - Co. Reg. #308263 - Collinstown Industrial Park, Leixlip, County Kildare - Ireland Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, Jul 12, 2022 at 04:29:53PM +0700, Bagas Sanjaya wrote: > The sysfs description contains redundancy on returned and allowed values > list, due to the described sysfs is read-write. Rewrite. > > Cc: Adam Guerin > Cc: Tomasz Kowallik > Cc: Giovanni Cabiddu > Cc: Wojciech Ziemba > Cc: Fiona Trahe > Cc: linux-crypto@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Bagas Sanjaya > --- > Documentation/ABI/testing/sysfs-driver-qat | 34 +++++++--------------- > 1 file changed, 11 insertions(+), 23 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-driver-qat b/Documentation/ABI/testing/sysfs-driver-qat > index 43e081ec22cc4a..be6c200abd783c 100644 > --- a/Documentation/ABI/testing/sysfs-driver-qat > +++ b/Documentation/ABI/testing/sysfs-driver-qat > @@ -2,18 +2,14 @@ What: /sys/bus/pci/devices//qat/state > Date: June 2022 > KernelVersion: 5.20 > Contact: qat-linux@intel.com > -Description: Reports the current state of the QAT device and allows to > - change it. > +Description: (RW) Reports the current state of the QAT device. Write to > + the file to initalize and start the device or to stop it. ^^^^^^^^^ Typo: initalize. It is possible just to say: "Write to the file to start or stop the device". Regards, -- Giovanni