From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E5228459AF; Tue, 17 Sep 2024 18:54:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BF3540280; Tue, 17 Sep 2024 18:54:51 +0200 (CEST) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mails.dpdk.org (Postfix) with ESMTP id 0C86940261 for ; Tue, 17 Sep 2024 18:54:49 +0200 (CEST) Received: by mail-pl1-f177.google.com with SMTP id d9443c01a7336-206b9455460so45781175ad.0 for ; Tue, 17 Sep 2024 09:54:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1726592089; x=1727196889; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=IU9PSCkcKfS1TEVoyxeCaZjEwvv7gphA5yU/HwBJWiI=; b=ubegkO3KuSsSjniHh3N0dXuOXn+rmeImexrWclEcajNfmSREhGo1OqIFi8oS+dUDmd 2Gw+ZEbfMAcqyczkf4JHH7P2bp2N0dxKtVxEBMkPmtri6hykp+OUdbCTM6kVA7q1u4SR k4blvAvjuPzr1wP9MFNkTmaDQgyXH3is+oSt4YSGj0yUQsXi9TqvNX705IQH0LK23BZ2 IC/DaQRyUG/gLxdKpr/DQo36i4vTlTSgECg4ql/zStPoCnpnG6/9WC2+GIFR4rr/xomU 6VO1CG8sJNZ19t+qiVXc/hkB1m2N0ODbVVmKfLbs+Qsc2fRkQehz7gQF/rqMEzvC1rdM ycaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726592089; x=1727196889; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IU9PSCkcKfS1TEVoyxeCaZjEwvv7gphA5yU/HwBJWiI=; b=AmpDCmRAf7HiymV3DPjDeHj31TWc+1SKxNwJYc/Hsd6Ex/g+9RuvVckjEHSqQ+HQOK vbK+8p0JsRYmSp7oikm3jdMyV7NjMFAlTKiCUAqDOPwqqUS6rlqcqEIpCUVxoJQqHLeY JtmdEbgimN63yXlgILefU0hMkWK4FhKQZr587p6/my7hFxZSqUfRcQyRY/LrFLxLvNxh ii++HeU9FLUeJV5LYXExn0UrMXDkoEnqfc7d+k46XWith9yMDZsfnyilisKrKgzXgv2A iUjuJCPlp3VlSRtU6ICEeF4MaxrXlp6UIWMaLYvm/gI2ALUoV/hFIGVjpM4U+Fy4SB9/ P7/g== X-Gm-Message-State: AOJu0YxQ05DxHCr4GcUgY+n0Z22JOgzlJHJMz5XsDBiLvDQy669rsnNs hJvUMwW3SNlfJuW8yHpKGmnuhDklJJDE+oKmAq+TVmM6UThXN7Y+es4Szf9b2qE= X-Google-Smtp-Source: AGHT+IEJQT46LPOEdEEWOXjNzcrLmw690dYxjmXZC3SoHXRkCA0D/2vOKoaQpmWdqjmBRIEqQf6f9w== X-Received: by 2002:a17:902:ce8d:b0:206:8915:1c74 with SMTP id d9443c01a7336-2074c6dcb76mr397116435ad.21.1726592088915; Tue, 17 Sep 2024 09:54:48 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-2079470f326sm51857285ad.203.2024.09.17.09.54.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Sep 2024 09:54:48 -0700 (PDT) Date: Tue, 17 Sep 2024 09:54:46 -0700 From: Stephen Hemminger To: Bruce Richardson Cc: , Thomas Monjalon Subject: Re: [PATCH] devtools: fix false positive from checkpatch Message-ID: <20240917095446.4665956a@hermes.local> In-Reply-To: References: <20240917153421.6552-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, 17 Sep 2024 16:45:35 +0100 Bruce Richardson wrote: > > # concatenate codespell dictionaries, except GB/US one > > for suffix in .txt _code.txt _informal.txt _names.txt _rare.txt _usage.txt ; do > > @@ -17,6 +21,7 @@ sed '/^..->/d' | > > sed '/^uint->/d' | > > sed "/^doesn'->/d" | > > sed '/^wasn->/d' | > > +sed '/stdio->/d' | > > > Seems a good idea. However, why use "stdio" alone rather than using the > full "stdio.h" header name. Do we expect "stdio" to be used much in > comments or otherwise? > > /Bruce This script removes entries from the codespell dictionary. So we are removing this line: stdio->studio Which causes: WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?