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 ws5-mx01.kavi.com (ws5-mx01.kavi.com [34.193.7.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0B767C77B72 for ; Thu, 20 Apr 2023 12:46:57 +0000 (UTC) Received: from lists.oasis-open.org (oasis.ws5.connectedcommunity.org [10.110.1.242]) by ws5-mx01.kavi.com (Postfix) with ESMTP id 410202357C for ; Thu, 20 Apr 2023 12:46:56 +0000 (UTC) Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 3BA85986630 for ; Thu, 20 Apr 2023 12:46:56 +0000 (UTC) Received: from host09.ws5.connectedcommunity.org (host09.ws5.connectedcommunity.org [10.110.1.97]) by lists.oasis-open.org (Postfix) with QMQP id 31BB398661D; Thu, 20 Apr 2023 12:46:56 +0000 (UTC) Mailing-List: contact virtio-dev-help@lists.oasis-open.org; run by ezmlm List-ID: Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 1B7BA98661E; Thu, 20 Apr 2023 12:46:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at kavi.com From: David Edmondson To: virtio-comment@lists.oasis-open.org, virtio-dev@lists.oasis-open.org Date: Thu, 20 Apr 2023 13:46:45 +0100 Message-Id: <20230420124647.58488-1-david.edmondson@oracle.com> X-Mailer: git-send-email 2.39.2 (Apple Git-143) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-20_08,2023-04-20_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 adultscore=0 malwarescore=0 mlxlogscore=602 mlxscore=0 bulkscore=0 phishscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2304200104 X-Proofpoint-ORIG-GUID: cvhEAg14P1cbA5M_376FEkk2YDKKiRnb X-Proofpoint-GUID: cvhEAg14P1cbA5M_376FEkk2YDKKiRnb Subject: [virtio-dev] [PATCH 0/2] Minor improvements A couple of minor improvements: - add "and" between two "MUST", - avoid using abbreviated flag names, making it easier to search the specification for the actual flag names. David Edmondson (2): virtio-net: Minor wording improvement virtio-net: Avoid abbreviating flag names device-types/net/description.tex | 89 ++++++++++++++++++-------------- 1 file changed, 50 insertions(+), 39 deletions(-) -- 2.39.2 (Apple Git-143) --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org