From patchwork Mon Jun 11 10:58:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9188 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 92AB723E0C for ; Mon, 11 Jun 2012 11:10:03 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 583F5A1868E for ; Mon, 11 Jun 2012 11:10:03 +0000 (UTC) Received: by yenq6 with SMTP id q6so2571486yen.11 for ; Mon, 11 Jun 2012 04:10:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=lUs2+EkQJ/8cOyBTcXL5D4FMPZMOpUR8iuQDCxxLYgk=; b=ZmERnfV8Dt19n1eIuOVHYGShTR9vAIbjMkKXwp/MbgLdS9ankCIJJd5Fgo3RVqUc4z LDx2z6A4YVIKIhQe6C7u3NYa5NzcY1HnRLGYhGO7IvICD/hJcRBFtWpwheYfsQcCfuBE Vjw2sFS5PJZjUV5tmR6a9S/UNRog303L14HJTmePe35+QsdJimM5LjEw92O4rUU+jdNI AvNr6g88mqm5E1WIDa7Rj2uBNx+vTJwinZKshhl3cQTStVnqaP8/JtUtjHviq1Cnqg12 tfDecl5Yi11NCHUUcYoHah/+fkeUxpu0XTdc3fmNaJQAJ2eaxu9hvSX8xMrk3gnQZQXl +Tvw== Received: by 10.50.195.234 with SMTP id ih10mr6014886igc.0.1339413002629; Mon, 11 Jun 2012 04:10:02 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp102136ibb; Mon, 11 Jun 2012 04:10:01 -0700 (PDT) Received: by 10.68.223.138 with SMTP id qu10mr25739258pbc.50.1339413001244; Mon, 11 Jun 2012 04:10:01 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id sr7si20185303pbc.306.2012.06.11.04.10.01 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jun 2012 04:10:01 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbbrr4 with SMTP id rr4so6477728pbb.37 for ; Mon, 11 Jun 2012 04:10:01 -0700 (PDT) Received: by 10.68.242.7 with SMTP id wm7mr26812015pbc.98.1339413000936; Mon, 11 Jun 2012 04:10:00 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id we10sm18146836pbc.13.2012.06.11.04.09.57 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jun 2012 04:09:59 -0700 (PDT) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: k.debski@samsung.com, kyungmin.park@samsung.com, mchehab@infradead.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] [media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h file Date: Mon, 11 Jun 2012 16:28:42 +0530 Message-Id: <1339412322-15524-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlMlX7vM3NzHZRxFPF2NrDS+IQVokKNlk/mcmUMeQvSgdy+vqSR66ly4/hViuFJf/1O5jWf Fixes the following error: ERROR: open brace '{' following enum go on the same line +enum MFC_SHM_OFS +{ Signed-off-by: Sachin Kamat --- drivers/media/video/s5p-mfc/s5p_mfc_shm.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_shm.h b/drivers/media/video/s5p-mfc/s5p_mfc_shm.h index 764eac6..cf962a4 100644 --- a/drivers/media/video/s5p-mfc/s5p_mfc_shm.h +++ b/drivers/media/video/s5p-mfc/s5p_mfc_shm.h @@ -13,8 +13,7 @@ #ifndef S5P_MFC_SHM_H_ #define S5P_MFC_SHM_H_ -enum MFC_SHM_OFS -{ +enum MFC_SHM_OFS { EXTENEDED_DECODE_STATUS = 0x00, /* D */ SET_FRAME_TAG = 0x04, /* D */ GET_FRAME_TAG_TOP = 0x08, /* D */