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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A8D2CDB474 for ; Mon, 16 Oct 2023 19:17:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233169AbjJPTRA (ORCPT ); Mon, 16 Oct 2023 15:17:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231478AbjJPTQ6 (ORCPT ); Mon, 16 Oct 2023 15:16:58 -0400 Received: from mail-io1-xd35.google.com (mail-io1-xd35.google.com [IPv6:2607:f8b0:4864:20::d35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79BD09F for ; Mon, 16 Oct 2023 12:16:55 -0700 (PDT) Received: by mail-io1-xd35.google.com with SMTP id ca18e2360f4ac-79fab2caf70so31704839f.1 for ; Mon, 16 Oct 2023 12:16:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1697483815; x=1698088615; darn=vger.kernel.org; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=o8eYRGRtH2Fn/z90b+vACllQCdROhKOQRPM4SZCUCIQ=; b=hv4JM9dYs+xbTHSY3CyswnYhLarwRPLfBSNPZGxmR7viGtvVtpduYr8oFG1tNSS/6Z ktWDFzlwr0pQNz1SEhleGlbKoFpVteuzMCG8kPWcjvtomBn7EaqpoQAaDjzYs1C3hbew 4afOqRa4fYGqnyu0e/CiGqhTVFJFmKifi03Oo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697483815; x=1698088615; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=o8eYRGRtH2Fn/z90b+vACllQCdROhKOQRPM4SZCUCIQ=; b=IEWr49ywoCkGpHaALR7eYOKC6kPeFr2F0Iue0ZXVFnqj2ehySnjJjRPoipCdlnqt8H XdyM3kdS6nuIgOiGyYZSvLwVTH66b5Y/CPLtjwWLDdCqUgrl8ATdmgDWq/BWa316oX5z TikC9nNkimjH3XEOIq5Bwmu/U/0ya2GzWq93/yEsUjQPdvHNReeLXag+egsfP+2dhlSq bF9eWfR7VKPlyev7HWxxhIFwJZU3+N8NWeO87zmLnTfl+n3UwQHyRkVkqMtZKeRfO8Pu r6TZ6HkOwZHKyvSKJ0mZejE9zU5+tKZHsCzdnfgXYm57bn0S8Zw3f6359Yt/UoWRwcRB uJZA== X-Gm-Message-State: AOJu0YyK0ME+QckLzQShaqtQBar0lD2aa+Z1bLG4KY/4pMzsv3mMG64P xW00PZ/zswRmvfreZPA6xiISag== X-Google-Smtp-Source: AGHT+IFn1ecQPDmAmDXWidaDLU/nr0Tzhtrs0dUVOUBVzpssFg4fsI+vtOqUvgh1sUS+F79tV8d5lg== X-Received: by 2002:a05:6602:35a:b0:792:7c78:55be with SMTP id w26-20020a056602035a00b007927c7855bemr190345iou.0.1697483814866; Mon, 16 Oct 2023 12:16:54 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id g21-20020a02cd15000000b00458e239fa31sm1109479jaq.55.2023.10.16.12.16.53 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 16 Oct 2023 12:16:54 -0700 (PDT) Message-ID: <148d2485-798a-4258-bfa2-870b7b6b95a3@linuxfoundation.org> Date: Mon, 16 Oct 2023 13:16:53 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] selftests:modify the incorrect print format Content-Language: en-US To: zhujun2 , shuah@kernel.org Cc: nathan@kernel.org, ndesaulniers@google.com, trix@redhat.com, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, Shuah Khan References: <20231016025038.1677-1-zhujun2@cmss.chinamobile.com> From: Shuah Khan In-Reply-To: <20231016025038.1677-1-zhujun2@cmss.chinamobile.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/15/23 20:50, zhujun2 wrote: > printf %d in format string requires 'int' but the argument type is 'unsigned int' This line to long. Character limit is < 75/line. How did you find this problem? Please add the details to the commit log. > > Signed-off-by: zhujun2 > --- thanks, -- Shuah