From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.9354.1681204568739743380 for ; Tue, 11 Apr 2023 02:16:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=VmezFI+r; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681204567; 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: in-reply-to:in-reply-to:references:references; bh=MHMjxErC+W1Z8oQ0latJXFfBbOSbrYcnUnwKnbYI9KM=; b=VmezFI+rT+5kmNCoqffp/jQJna5b0RSm8brmKIr9YZ720OlzMvagfduN/1qw4+DHCh1pCe W2dXG/V36lHQ4xyxVgf9WKKwTNVPiDR5jWWLgpEEpkkE2EFZB9sRi4KG0t2NEf/xgpc6ng NTR906Jc684VCSBH8MCt2jTLzyxkc/0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-342-htvR_ZmSNjqVABCOosghgA-1; Tue, 11 Apr 2023 05:16:03 -0400 X-MC-Unique: htvR_ZmSNjqVABCOosghgA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4DB6788B7AF; Tue, 11 Apr 2023 09:16:01 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7B8771121320; Tue, 11 Apr 2023 09:15:58 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id B51701802393; Tue, 11 Apr 2023 11:15:56 +0200 (CEST) Date: Tue, 11 Apr 2023 11:15:56 +0200 From: "Gerd Hoffmann" To: Rebecca Cran Cc: devel@edk2.groups.io, Liming Gao , Michael D Kinney , Guomin Jiang , Wei6 Xu , Guo Dong , Ray Ni , Sean Rhodes , James Lu , Gua Guo , Andrew Fish , Hao A Wu , Maciej Rabeda , Siyuan Fu , Jiewen Yao , Jian J Wang , Xiaoyu Lu , Ard Biesheuvel , Sami Mujawar , Supreeth Venkatesh , Michael Kubacki , Nate DeSimone , Sean Brogan , Leif Lindholm , Abner Chang , Nickle Wang , Igor Kulchytskyy , Daniel Schaefer , Min Xu , Jordan Justen , Peter Grehan , Erdem Aktas , James Bottomley , Tom Lendacky , Michael Roth , Sunil V L , Andrei Warkentin Subject: Re: [PATCH 00/18] Replace pre-standard macro __FUNCTION__ with C99 __func__ throughout edk2 Message-ID: <62h7xhevln6jgb2q2gzcqkd7gklgd5hdfp2yle6tbzpwfucv4r@fjp6z7rwi6ej> References: <20230406222319.2281263-1-rebecca@bsdio.com> MIME-Version: 1.0 In-Reply-To: <20230406222319.2281263-1-rebecca@bsdio.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Apr 06, 2023 at 04:23:01PM -0600, Rebecca Cran wrote: > Following on from commit b17a3a133b18fb41493fba7d86e9b5804ea6a8cf which > updated MdePkg to be more C11 compliant by replacing the pre-standard > __FUNCTION__ with __func__ which was introduced in C99, this patch > series updates the remaining packages in edk2. > > The changes were generated by using "Replace in Files" in VS Code. Acked-by: Gerd Hoffmann