From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id B999B3858D1E for ; Sun, 19 Mar 2023 01:30:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B999B3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.98,272,1673942400"; d="scan'208";a="100671234" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 18 Mar 2023 17:30:38 -0800 IronPort-SDR: 0TQBE5pJUxDAFNqdX525weKzcR5jyAOFiLleUUQHUP5lqFbIHX90jOKB/JC32wmZrLtPxwSIfv A9Z7MTAdGRusQuwrT0iyCMoqKnCs6MFI7/SKHgCtFaamvKzgW2tlYSADcxvxG0z5+K7wUccIOd qKeuUpymFcxaBsdcqALqCYe48LzSK9NZX06J1kp/xfclyg8crxN8uEeW78ovYE1NDuY5aAT0fJ XywpKzp7+Lat//elFj9O3bkoM8Tzu5lgmHfQi3t3U9FRYhjghq1FoUoQ+kJhngb1PqvP98Si17 19w= Message-ID: <2a3c5ff3-db00-9c07-6f09-b8ae5910e454@codesourcery.com> Date: Sat, 18 Mar 2023 19:30:34 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH] correct function attribute typo Content-Language: en-US To: Jonny Grant , References: <640effa5-e1d6-94fe-cb8f-978d8a94f931@jguk.org> From: Sandra Loosemore In-Reply-To: <640effa5-e1d6-94fe-cb8f-978d8a94f931@jguk.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-13.mgc.mentorg.com (147.34.90.213) To svr-orw-mbx-13.mgc.mentorg.com (147.34.90.213) X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 3/16/23 16:37, Jonny Grant wrote: > Hello > There's a typo in the common function attribute docs, "nonnul" which this patch corrects. Thank you! I've pushed this patch. -Sandra