From patchwork Tue Jan 9 16:32:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 13515061 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C86843A8C2 for ; Tue, 9 Jan 2024 16:32:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="hVfc4zvB" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1704817974; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=7rLan97r9dfpudmUlqQAPAVhq/qZyL1OofQRtsU1jfI=; b=hVfc4zvBrE35OVIwTes7RpIieu7sYG+WmZWiPrAUj685zXtkhhXNpnoTH/dhrtojNwjQzZ WhRNCyYUZ0RIx3w5Krp38BeDl15Ni6g3ryNBHSN/u/jNL7A8Oau993NJCSraHUosUFWuY3 MFziNPmTP8e0DxznNaACeO61EbEKFdc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-258-wGvH1pzJMP2LPSkWBkotMQ-1; Tue, 09 Jan 2024 11:32:51 -0500 X-MC-Unique: wGvH1pzJMP2LPSkWBkotMQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BD3088371C0; Tue, 9 Jan 2024 16:32:50 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.39.193.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id 515851C060AF; Tue, 9 Jan 2024 16:32:48 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: Leon Romanovsky , Jiri Pirko , Jon Maloy , Stephen Hemminger , David Ahern Subject: [PATCH iproute2 0/2] Fix some more typos in docs and comments Date: Tue, 9 Jan 2024 17:32:33 +0100 Message-ID: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Patchwork-Delegate: dsahern@gmail.com Time for some start-of-the-year cleanup :) Using codespell, fix most of the typos in iproute2 docs and comments, except for some false positives. I didn't bother to report a Fixes tag for all the typos, but I can do that if needed. Andrea Claudi (2): docs, man: fix some typos treewide: fix typos in various comments devlink/devlink.c | 2 +- doc/actions/actions-general | 2 +- examples/bpf/README | 2 +- include/bpf_api.h | 2 +- include/libiptc/libiptc.h | 2 +- include/xt-internal.h | 2 +- lib/json_print.c | 2 +- man/man8/devlink-rate.8 | 2 +- rdma/rdma.h | 2 +- tc/em_canid.c | 2 +- tc/m_gact.c | 2 +- tc/q_htb.c | 3 ++- tc/q_netem.c | 2 +- tipc/README | 2 +- 14 files changed, 15 insertions(+), 14 deletions(-)