Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1213518
| From | Peng Sun <sironhide0null@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 8/8] fix staging:android style issue:Please don't use multiple blank lines |
| Date | 2015-08-26 06:00 +0200 |
| Message-ID | <q1A2t-2sv-13@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <q1A2t-2sv-11@gated-at.bofh.it> <q1A2t-2sv-3@gated-at.bofh.it> <q1A2t-2sv-15@gated-at.bofh.it> <q1A2t-2sv-17@gated-at.bofh.it> <q1A2t-2sv-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Peng Sun <sironhide0null@gmail.com>
---
drivers/staging/android/timed_gpio.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c
index 5c55463..33acbbe 100644
--- a/drivers/staging/android/timed_gpio.c
+++ b/drivers/staging/android/timed_gpio.c
@@ -25,7 +25,6 @@
#include "timed_output.h"
#include "timed_gpio.h"
-
struct timed_gpio_data {
struct timed_output_dev dev;
struct hrtimer timer;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 4/8] fix staging:android style issue:Prefer kernel type 'u32' over 'uint32_t' Peng Sun <sironhide0null@gmail.com> - 2015-08-26 06:00 +0200
[PATCH 8/8] fix staging:android style issue:Please don't use multiple blank lines Peng Sun <sironhide0null@gmail.com> - 2015-08-26 06:00 +0200
[PATCH 6/8] fix staging:android style issue:Comparison to NULL could be written Peng Sun <sironhide0null@gmail.com> - 2015-08-26 06:00 +0200
[PATCH 7/8] fix staging:android style issue:definition without comment Peng Sun <sironhide0null@gmail.com> - 2015-08-26 06:00 +0200
[PATCH 5/8] fix staging:android style issue:Please use a blank line after function/struct/union/enum declarations Peng Sun <sironhide0null@gmail.com> - 2015-08-26 06:00 +0200
csiph-web