From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIENe-0003iB-Ma for qemu-devel@nongnu.org; Tue, 25 Feb 2014 04:32:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIENY-0001zU-SI for qemu-devel@nongnu.org; Tue, 25 Feb 2014 04:32:50 -0500 Received: from mail-wg0-f46.google.com ([74.125.82.46]:57274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIENY-0001zO-ML for qemu-devel@nongnu.org; Tue, 25 Feb 2014 04:32:44 -0500 Received: by mail-wg0-f46.google.com with SMTP id z12so106118wgg.29 for ; Tue, 25 Feb 2014 01:32:44 -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 fo6sm32290408wib.7.2014.02.25.01.32.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Feb 2014 01:32:40 -0800 (PST) From: Will Newton Date: Tue, 25 Feb 2014 09:32:34 +0000 Message-Id: <1393320755-23906-2-git-send-email-will.newton@linaro.org> In-Reply-To: <1393320755-23906-1-git-send-email-will.newton@linaro.org> References: <1393320755-23906-1-git-send-email-will.newton@linaro.org> Subject: [Qemu-devel] [PATCH v3 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(-) Changes in v3: - None 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