From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFheG-0004RZ-Jx for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:11:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFhe9-0000Lm-Al for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:11:32 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:51697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFhe9-0000Lf-1G for qemu-devel@nongnu.org; Tue, 18 Feb 2014 05:11:25 -0500 Received: by mail-wg0-f49.google.com with SMTP id y10so3049774wgg.28 for ; Tue, 18 Feb 2014 02:11:24 -0800 (PST) Received: from localhost.localdomain (cpc6-seac21-2-0-cust453.7-2.cable.virginm.net. [82.1.113.198]) by mx.google.com with ESMTPSA id jw4sm44078723wjc.20.2014.02.18.02.11.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Feb 2014 02:11:23 -0800 (PST) From: Will Newton Date: Tue, 18 Feb 2014 10:11:15 +0000 Message-Id: <1392718276-21040-2-git-send-email-will.newton@linaro.org> In-Reply-To: <1392718276-21040-1-git-send-email-will.newton@linaro.org> References: <1392718276-21040-1-git-send-email-will.newton@linaro.org> Subject: [Qemu-devel] [PATCH v2 1/2] include/qemu/crc32c.h: Rename include guards to match filename List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Will Newton Reviewed-by: Peter Maydell --- include/qemu/crc32c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qemu/crc32c.h b/include/qemu/crc32c.h index 56d1c3b..dafb6a1 100644 --- a/include/qemu/crc32c.h +++ b/include/qemu/crc32c.h @@ -25,8 +25,8 @@ * */ -#ifndef QEMU_CRC32_H -#define QEMU_CRC32_H +#ifndef QEMU_CRC32C_H +#define QEMU_CRC32C_H #include "qemu-common.h" -- 1.8.1.4