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 3162EC0015E for ; Fri, 7 Jul 2023 16:54:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233057AbjGGQyi (ORCPT ); Fri, 7 Jul 2023 12:54:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232964AbjGGQyf (ORCPT ); Fri, 7 Jul 2023 12:54:35 -0400 Received: from mail-pl1-x64a.google.com (mail-pl1-x64a.google.com [IPv6:2607:f8b0:4864:20::64a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D7A426A0 for ; Fri, 7 Jul 2023 09:54:14 -0700 (PDT) Received: by mail-pl1-x64a.google.com with SMTP id d9443c01a7336-1b89e3715acso25778865ad.3 for ; Fri, 07 Jul 2023 09:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20221208; t=1688748852; x=1691340852; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:from:to:cc:subject:date:message-id:reply-to; bh=UYmBa1F2BX8uWvMbkaR1fGi0rnov9XOpVr3batef4e0=; b=LlhKSI0iiNDqU+nBR49VWVVHL5UYlaTDihcgAZUSMvC+r7NXlp88s+ieWkOa+6iHTJ IEzRJgHbrGJy2ocm9pXJcl1A6wPNs8JK8gwoNbhVobbqxNdqYYfGsTUMI6vspI4OSXH8 9j2+Vdm0MRw6Y42e9KYC4Mz/Q7ed/FE89+V7cfxxohweG7UbFvs+EhtxnFkYOZHz9+7H WG+6hG0gEbt8li/c4naCJ0uo7UvIkxr+DA9xUwxnEN0IL7+5Mze+YIn8DdzWK8ejHsdw Xo+gf+F7DrNLlUxAcWcD4AsoP1N5VPM6VbYOKhRNA0gzjBTqwMz8kwV3GOPit7NwIEKm DgZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688748852; x=1691340852; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=UYmBa1F2BX8uWvMbkaR1fGi0rnov9XOpVr3batef4e0=; b=SuP7lWOjDsrVd8jqcASt9Ko0n7rKVnOK2jWDF9Ve2cDclJvgt9BWC7FR1ESAT3Y4nm VY5iaf4Y1v5eq8LZbnSJ15NCn072nZqTEps2rMg0/OdCELsmcSwiFX1LBrfOM4ryDKlg A2g8v1n/wqV292L48awFgQMY+WEgmNzVI/2e5ypQL8IP1HBHxSrBAuoP0R9oLdW0WKIU 1yYa7bswM2JREK0CeKo9Y7yVJd2h4KmsEoR2P40bUpjK4lYDeMkp46pOZcsu2BhUWcf4 Ucm7R9DvHP/89uZF/f65g9nhPCC3gjcrsd5klJgwswUSgU5K0iVw97V+qSlQ9WW3IX90 BtfQ== X-Gm-Message-State: ABy/qLZiFB/iP1X7z0VFJFyGEx72UENW+QMVWlJPmL3uyXpNniUFnK08 DXZUm1WGKYF3VJGji8ayLDRRfs8= X-Google-Smtp-Source: APBJJlEVJjri9XISZQJZlgb4aeeseqypovFXtIuHn7VbDLYBBsX51T1ZKVFL/sdG77g39zWrmfGlal8= X-Received: from sdf.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5935]) (user=sdf job=sendgmr) by 2002:a17:902:9a87:b0:1b8:80c9:a98e with SMTP id w7-20020a1709029a8700b001b880c9a98emr4881183plp.13.1688748852376; Fri, 07 Jul 2023 09:54:12 -0700 (PDT) Date: Fri, 7 Jul 2023 09:54:11 -0700 In-Reply-To: Mime-Version: 1.0 References: <20230707081253.34638-1-luhongfei@vivo.com> Message-ID: Subject: Re: [PATCH v2 bpf-next] selftests/bpf: Corrected two typos From: Stanislav Fomichev To: Hou Tao Cc: Lu Hongfei , opensource.kernel@vivo.com, Andrii Nakryiko , Mykola Lysenko , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Hao Luo , Jiri Olsa , Shuah Khan , Anton Protopopov , Wang Yufen , YiFei Zhu , bpf@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/07, Hou Tao wrote: > > > On 7/7/2023 4:12 PM, Lu Hongfei wrote: > > When wrapping code, use ';' better than using ',' which is more > > in line with the coding habits of most engineers. > > > > Signed-off-by: Lu Hongfei > > --- > > Compared to the previous version, the modifications made are: > > 1. Modified the subject to make it clearer and more accurate > > 2. Newly optimized typo in tcp_hdr_options.c > > > > tools/testing/selftests/bpf/benchs/bench_ringbufs.c | 2 +- > > tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > Acked-by: Hou Tao Acked-by: Stanislav Fomichev