From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gygNF-0000Pr-Fc for qemu-devel@nongnu.org; Tue, 26 Feb 2019 12:18:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gygN9-0003DP-TT for qemu-devel@nongnu.org; Tue, 26 Feb 2019 12:18:32 -0500 Received: from mail-pg1-x529.google.com ([2607:f8b0:4864:20::529]:37120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gygN4-000375-6g for qemu-devel@nongnu.org; Tue, 26 Feb 2019 12:18:26 -0500 Received: by mail-pg1-x529.google.com with SMTP id q206so6518291pgq.4 for ; Tue, 26 Feb 2019 09:18:20 -0800 (PST) References: <155119086741.1037569.12734854713022304642.stgit@bahia.lan> From: Richard Henderson Message-ID: <6559ab4e-abc1-5c48-80a9-3787ae95fda1@linaro.org> Date: Tue, 26 Feb 2019 09:18:16 -0800 MIME-Version: 1.0 In-Reply-To: <155119086741.1037569.12734854713022304642.stgit@bahia.lan> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] bswap: Fix accessors syntax in comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Peter Maydell , Laurent Vivier On 2/26/19 6:21 AM, Greg Kurz wrote: > All accessors that have an endian infix DO have an underscore between > {size} and {endian}. > > Signed-off-by: Greg Kurz > --- > include/qemu/bswap.h | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~