Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1636707 > unrolled thread
| Started by | Remco <remco@dutchcoders.io> |
|---|---|
| First post | 2017-05-05 22:20 +0200 |
| Last post | 2017-05-05 22:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] media: fix one code style problem Remco <remco@dutchcoders.io> - 2017-05-05 22:20 +0200
| From | Remco <remco@dutchcoders.io> |
|---|---|
| Date | 2017-05-05 22:20 +0200 |
| Subject | [PATCH] media: fix one code style problem |
| Message-ID | <tDRRL-6Av-13@gated-at.bofh.it> |
From: Remco Verhoef <remco@dutchcoders.io>
this patch will fix one code style problem (ctx:WxE), space
prohibited before that
Signed-off-by: Remco Verhoef <remco@dutchcoders.io>
---
.../staging/media/atomisp/platform/intel-mid/atomisp_gmin_platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/atomisp/platform/intel-mid/atomisp_gmin_platform.c b/drivers/staging/media/atomisp/platform/intel-mid/atomisp_gmin_platform.c
index 5b4506a..b0f9188 100644
--- a/drivers/staging/media/atomisp/platform/intel-mid/atomisp_gmin_platform.c
+++ b/drivers/staging/media/atomisp/platform/intel-mid/atomisp_gmin_platform.c
@@ -51,7 +51,7 @@ struct gmin_subdev {
static struct gmin_subdev gmin_subdevs[MAX_SUBDEVS];
-static enum { PMIC_UNSET = 0, PMIC_REGULATOR, PMIC_AXP, PMIC_TI ,
+static enum { PMIC_UNSET = 0, PMIC_REGULATOR, PMIC_AXP, PMIC_TI,
PMIC_CRYSTALCOVE } pmic_id;
/* The atomisp uses type==0 for the end-of-list marker, so leave space. */
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web