From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFRr7-0001of-V8 for qemu-devel@nongnu.org; Mon, 17 Feb 2014 12:19:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFRr1-0000Mm-Mc for qemu-devel@nongnu.org; Mon, 17 Feb 2014 12:19:45 -0500 Received: from mail-wg0-f48.google.com ([74.125.82.48]:60131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFRr1-0000Mc-GQ for qemu-devel@nongnu.org; Mon, 17 Feb 2014 12:19:39 -0500 Received: by mail-wg0-f48.google.com with SMTP id a1so2444546wgh.15 for ; Mon, 17 Feb 2014 09:19:38 -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 pm2sm34650978wic.0.2014.02.17.09.19.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Feb 2014 09:19:38 -0800 (PST) From: Will Newton Date: Mon, 17 Feb 2014 17:19:29 +0000 Message-Id: <1392657571-10818-2-git-send-email-will.newton@linaro.org> In-Reply-To: <1392657571-10818-1-git-send-email-will.newton@linaro.org> References: <1392657571-10818-1-git-send-email-will.newton@linaro.org> Subject: [Qemu-devel] [PATCH 1/3] 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 --- 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