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=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 4A804C43457 for ; Mon, 12 Oct 2020 08:09:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 06C4D2080D for ; Mon, 12 Oct 2020 08:09:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728702AbgJLIJO (ORCPT ); Mon, 12 Oct 2020 04:09:14 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:43326 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727170AbgJLIJO (ORCPT ); Mon, 12 Oct 2020 04:09:14 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 09C89Bfo011412; Mon, 12 Oct 2020 10:09:11 +0200 Date: Mon, 12 Oct 2020 10:09:11 +0200 From: Willy Tarreau To: Samuel Hernandez Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] rcutorture/nolibc: Fix a typo in header file Message-ID: <20201012080911.GC11282@1wt.eu> References: <20201011182230.25602-1-sam.hernandez.amador@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201011182230.25602-1-sam.hernandez.amador@gmail.com> User-Agent: Mutt/1.6.1 (2016-04-27) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Samuel, On Sun, Oct 11, 2020 at 02:22:31PM -0400, Samuel Hernandez wrote: > Signed-off-by: Samuel Hernandez > --- > This fixes a supposed typo. Before this, the AT_FDCWD macro would be defined > regardless of whether or not it's been defined before. Good catch! Please note that the commit message must be placed *before* the "---" and before the signed-off-by. No need to resend, I'll adjust it on my end. Thank you, Willy