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 X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 485E9C43387 for ; Sat, 22 Dec 2018 17:49:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 166432054F for ; Sat, 22 Dec 2018 17:49:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392795AbeLVRtV (ORCPT ); Sat, 22 Dec 2018 12:49:21 -0500 Received: from mail.kernel.org ([198.145.29.99]:34170 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389629AbeLVRrO (ORCPT ); Sat, 22 Dec 2018 12:47:14 -0500 Received: from vmware.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2A86021A7B; Sat, 22 Dec 2018 12:26:39 +0000 (UTC) Date: Sat, 22 Dec 2018 07:26:37 -0500 From: Steven Rostedt To: Malcolm Priestley Cc: Linus Torvalds , Linux List Kernel Mailing , Ingo Molnar , Andrew Morton , Namhyung Kim , Masami Hiramatsu , Joe Perches , Tom Zanussi , Greg Kroah-Hartman Subject: Re: [for-next][PATCH 23/24] string.h: Add strncmp_prefix() helper macro Message-ID: <20181222072637.2aac3477@vmware.local.home> In-Reply-To: References: <20181221175618.968519903@goodmis.org> <20181221175659.208858193@goodmis.org> X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 22 Dec 2018 10:20:02 +0000 Malcolm Priestley wrote: > > Calling it "strncmp_prefix()" when there is no "n" there makes no sense. > > > > So drop the "n" from the name. > > > Being British the 'n' implies 'and' and still being interpreted Boolean. > > strncmp = string and compare > > Like other of our words Fish'n'Chips, Salt'n'Shake. > > I don't think these abbreviations exist in American English. No, no, they actually do exist in American English. But when people ask me which language is my mother tongue, I simply reply "C". In which case, 'n' means number. -- Steve