From patchwork Sat Apr 23 17:54:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diederik de Haas X-Patchwork-Id: 567100 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 768BEC433EF for ; Sat, 23 Apr 2022 17:55:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232305AbiDWR6R (ORCPT ); Sat, 23 Apr 2022 13:58:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229656AbiDWR6Q (ORCPT ); Sat, 23 Apr 2022 13:58:16 -0400 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [IPv6:2001:4b98:dc4:8::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 836AD626A for ; Sat, 23 Apr 2022 10:55:17 -0700 (PDT) Received: (Authenticated sender: didi.debian@cknow.org) by mail.gandi.net (Postfix) with ESMTPSA id A5AF2100002; Sat, 23 Apr 2022 17:55:14 +0000 (UTC) From: Diederik de Haas To: Johannes Berg Cc: linux-wireless@vger.kernel.org, Diederik de Haas Subject: [PATCH] iw: fix 'upto' -> 'up to' Date: Sat, 23 Apr 2022 19:54:51 +0200 Message-Id: <20220423175451.27215-1-didi.debian@cknow.org> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org As reported by Debian's lintian tool. Signed-off-by: Diederik de Haas --- In https://www.usingenglish.com/forum/threads/upto-or-up-to.137090/post-691624 a retired English teacher agrees: "Up to should always be two words." info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.c b/info.c index fa79ec7..ba33073 100644 --- a/info.c +++ b/info.c @@ -713,7 +713,7 @@ broken_combination: rule = nla_data(tb_msg[NL80211_ATTR_COALESCE_RULE]); pat = &rule->pat; printf("\t\t * Maximum %u coalesce rules supported\n" - "\t\t * Each rule contains upto %u patterns of %u-%u bytes,\n" + "\t\t * Each rule contains up to %u patterns of %u-%u bytes,\n" "\t\t maximum packet offset %u bytes\n" "\t\t * Maximum supported coalescing delay %u msecs\n", rule->max_rules, pat->max_patterns, pat->min_pattern_len,