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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7E828C54EBD for ; Mon, 9 Jan 2023 06:51:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 580A58549D; Mon, 9 Jan 2023 07:51:35 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="x1gJjqbj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A5647854AE; Mon, 9 Jan 2023 07:51:33 +0100 (CET) Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 56E6585475 for ; Mon, 9 Jan 2023 07:51:31 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ilias.apalodimas@linaro.org Received: by mail-lf1-x12e.google.com with SMTP id bt23so11474931lfb.5 for ; Sun, 08 Jan 2023 22:51:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=g7+qgKq9jGjImWCe2wapG8x0tS/g9DjhBVUbbTNIfyM=; b=x1gJjqbjHXocCqvmq5NLwruiW+RQj1UeN4Jd8oriXe/S1r1aqcB4oR86yR53y0Sy+9 OWLbjXGtiB7ih2hnT7xSxSiIwCNSGjDxM11N9vOR89hVA8yhURVzZfIq2OuLYPdTUeul T295ybShVR0sdtXj7Lcn8X9mInOFEfC3LmZKKvE9o/9otkojBVeHvRztKNDUeDpCTtDr eSOrZhvDx9O+i8ExKBi9Ruo1r1MAUYUAadXJHxtbc/YfnGnQUHxzq/deCY12WB2LnvAJ cAa0ocjQuNLTFGTPCSMDjrkV4AoEQXp9ClZ83QJIVgaY9DODfLK4gv6HDDdFfEBfvDXc 4ljw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=g7+qgKq9jGjImWCe2wapG8x0tS/g9DjhBVUbbTNIfyM=; b=q+9d89GvJowyH5hbaI31xN7IYm9lZPL8lPOfObCU0Dog+6aiOZQES7PUz3N1lQC9pv 1IlAIpx5S139Yutyv24yYvP0QWK+J+GW3RYlJBAlGkLNlJextWe4/CN0p86v8uZ2h05J XmuY6a6/VbYSrES8qcNrCf1zvRj6bt82Gdxv8LcTGHC/jy7UIPpIC1kMg+QcQ7L74g0I oa79dvGCw7LHhIs9eHPc214R8ajFdJB+MRQ1kClU8793I3HUKsdYzZ5nEDWHgUHY2pUz uBM3EJBD0mP74cahxh4FVJ+DoSWGM1B0vcw4S9PNK2siZKEI0E8cyJvt7Iu9GK4H4yDw uxPg== X-Gm-Message-State: AFqh2krNSswD0Jf8FSc6/ic6yaRggQMBgzxsKKGaFKoguUMOWm8UuQB5 VgqPKopOiNw8iOEFbL8vVdAUc25elGVP8sEM2xKGow== X-Google-Smtp-Source: AMrXdXurg+FipQHrm/w0QJ5HHAjIk2qAOBKmh/7Vb82apg5urjFOqH5NEHYrnB6ioeUCUHgqTklyE1595nkl7gJfwhw= X-Received: by 2002:a05:6512:3442:b0:4b5:5ae8:e513 with SMTP id j2-20020a056512344200b004b55ae8e513mr2570795lfr.100.1673247090590; Sun, 08 Jan 2023 22:51:30 -0800 (PST) MIME-Version: 1.0 References: <20230107232534.230618-1-heinrich.schuchardt@canonical.com> In-Reply-To: <20230107232534.230618-1-heinrich.schuchardt@canonical.com> From: Ilias Apalodimas Date: Mon, 9 Jan 2023 08:50:54 +0200 Message-ID: Subject: Re: [PATCH 1/1] doc: fix description of u16_strcasecmp() To: Heinrich Schuchardt Cc: u-boot@lists.denx.de Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Sun, 8 Jan 2023 at 01:25, Heinrich Schuchardt wrote: > > Remove non-existent parameter 'n' from function description. > > Fixes: 7a9b366cd9b7 ("lib: add function u16_strcasecmp()") > Signed-off-by: Heinrich Schuchardt > --- > include/charset.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/charset.h b/include/charset.h > index 6e79d7152e..44034c71d3 100644 > --- a/include/charset.h > +++ b/include/charset.h > @@ -178,7 +178,6 @@ s32 utf_to_upper(const s32 code); > * > * @s1: first string to compare > * @s2: second string to compare > - * @n: maximum number of u16 to compare > * Return: 0 if the first n u16 are the same in s1 and s2 > * < 0 if the first different u16 in s1 is less than the > * corresponding u16 in s2 > -- > 2.37.2 > Reviewed-by: Ilias Apalodimas