From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [95.215.58.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6CC3976046 for ; Mon, 15 Apr 2024 15:40:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713195644; cv=none; b=tUWYzh8Oo4bqtFzsAiib6dT7Zy0ytQta7ONnYxAe+ecrzxcOXHXOLxEwGY5cet3NAQ2+yfviH6wr71n5r/DtFTOF4wgog6Imfjtd4vj/LxDfYiXX/uZ/leHXFc9qgpGqkTbULD/XG7gxoT036tBTt3+VnfSsmoH2gu1DChK+AH4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713195644; c=relaxed/simple; bh=lfZ6ImByiKwmzsWO7quCdEHzgX/s71Ok2fPLvtsr8uU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=JiyJNnig8IhlDWHYWQTth9fIpNU9wDTJoiQLWKnxjg9VNg1+DpCfWSQBLd4jC/8zwc2Tn6kAj1XSRVLkWSoldMbX71MYCR3tvfxC75v7xC3iTOx9sozLM028psRSPmJ3e7CuUQGuPLiZSHx1qFFXnKHx7jRLy45JgHHj1llPox4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=JZlTZZdt; arc=none smtp.client-ip=95.215.58.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="JZlTZZdt" Message-ID: <98230531-5b9b-4181-b862-21be6eb0ffbe@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1713195640; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lfZ6ImByiKwmzsWO7quCdEHzgX/s71Ok2fPLvtsr8uU=; b=JZlTZZdtbDMTFmEYwvXjI5Tey5bLpYunVqy8R3i2XOlfiyJbY9xl9Epta2ayfmYcjTs7zy ZDLkHG/JGvif463nv+dulrifPEleJmklInsYlM3RNFNJV7mdO8DSRDAqGUjXa81AGLCMwA 5Z7VafK5fniuiSrBEemfuLXzlCSMUt8= Date: Mon, 15 Apr 2024 08:40:33 -0700 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] bpf/tests: Fix typos in comments Content-Language: en-GB To: cp0613@linux.alibaba.com, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org Cc: bpf@vger.kernel.org, linux-kernel@vger.kernel.org References: <20240415081928.17440-1-cp0613@linux.alibaba.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20240415081928.17440-1-cp0613@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 4/15/24 1:19 AM, cp0613@linux.alibaba.com wrote: > From: Chen Pei > > Currently, there are two comments with same name > "64-bit ATOMIC magnitudes", the second one should > be "32-bit ATOMIC magnitudes" based on the context. > > Signed-off-by: Chen Pei Acked-by: Yonghong Song