[ar71xx] create firmware image for the Ubiquiti LS-SR71 board
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / patches-2.6.24 / 1194-cosmetic-checkpatch-complaints.patch.patch
1 From 22669f5d3422bca55eb247759d570306c1d6f1ae Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Wed, 2 Jul 2008 22:41:07 +0100
4 Subject: [PATCH] cosmetic-checkpatch-complaints.patch
5
6 Signed-off-by: Andy Green <andy@openmoko.com>
7 ---
8 drivers/i2c/chips/pcf50633.c | 2 +-
9 drivers/mfd/glamo/glamo-core.c | 2 +-
10 drivers/mfd/glamo/glamo-core.h | 3 ++-
11 include/linux/glamofb.h | 3 ++-
12 4 files changed, 6 insertions(+), 4 deletions(-)
13
14 diff --git a/drivers/i2c/chips/pcf50633.c b/drivers/i2c/chips/pcf50633.c
15 index 037ae04..2f144bc 100644
16 --- a/drivers/i2c/chips/pcf50633.c
17 +++ b/drivers/i2c/chips/pcf50633.c
18 @@ -778,7 +778,7 @@ static void pcf50633_work(struct work_struct *work)
19 if (ret != 5) {
20 dev_info(&pcf->client.dev,
21 "Oh crap PMU IRQ register read failed -- "
22 - "retrying later %d\n", ret);
23 + "retrying later %d\n", ret);
24 /*
25 * it shouldn't fail, we no longer attempt to use I2C while
26 * it can be suspended. But we don't have much option but to
27 diff --git a/drivers/mfd/glamo/glamo-core.c b/drivers/mfd/glamo/glamo-core.c
28 index 608721e..2a02f9c 100644
29 --- a/drivers/mfd/glamo/glamo-core.c
30 +++ b/drivers/mfd/glamo/glamo-core.c
31 @@ -271,7 +271,7 @@ struct glamo_mci_pdata glamo_mci_def_pdata = {
32 .ocr_avail = MMC_VDD_32_33,
33 .glamo_irq_is_wired = NULL, /* filled in from MFD platform data */
34 .mci_suspending = NULL, /* filled in from MFD platform data */
35 - .mci_all_dependencies_resumed = NULL, /* filled in from MFD platform data */
36 + .mci_all_dependencies_resumed = NULL, /* filled in from MFD plat data */
37 };
38 EXPORT_SYMBOL_GPL(glamo_mci_def_pdata);
39
40 diff --git a/drivers/mfd/glamo/glamo-core.h b/drivers/mfd/glamo/glamo-core.h
41 index b1531b3..82b95f5 100644
42 --- a/drivers/mfd/glamo/glamo-core.h
43 +++ b/drivers/mfd/glamo/glamo-core.h
44 @@ -72,7 +72,8 @@ struct glamo_mci_pdata {
45 unsigned short vdd);
46 int (*glamo_irq_is_wired)(void);
47 void (*mci_suspending)(struct platform_device *dev);
48 - int (*mci_all_dependencies_resumed)(struct platform_device *dev);
49 + int (*mci_all_dependencies_resumed)(struct platform_device
50 + *dev);
51
52 };
53
54 diff --git a/include/linux/glamofb.h b/include/linux/glamofb.h
55 index bb1a398..efd315b 100644
56 --- a/include/linux/glamofb.h
57 +++ b/include/linux/glamofb.h
58 @@ -33,7 +33,8 @@ struct glamofb_platform_data {
59 unsigned short vdd);
60 int (*glamo_irq_is_wired)(void);
61 void (*mci_suspending)(struct platform_device *dev);
62 - int (*mci_all_dependencies_resumed)(struct platform_device *dev);
63 + int (*mci_all_dependencies_resumed)(struct platform_device
64 + *dev);
65 };
66
67 int glamofb_cmd_mode(struct glamofb_handle *gfb, int on);
68 --
69 1.5.6.5
70