Thread (5 messages) 5 messages, 3 authors, 2017-12-05

Re: [PATCH] pata_pdc2027x: Fix coding sytle error

From: Joe Perches <joe@perches.com>
Date: 2017-11-25 11:02:29
Also in: lkml

On Sat, 2017-11-25 at 16:04 +0530, Arvind Yadav wrote:
[]
quoted hunk ↗ jump to hunk
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c
[]
quoted hunk ↗ jump to hunk
@@ -84,7 +84,7 @@ static int pdc2027x_set_mode(struct ata_link *link, struct ata_device **r_failed
  */
 static struct pdc2027x_pio_timing {
 	u8 value0, value1, value2;
-} pdc2027x_pio_timing_tbl [] = {
+} pdc2027x_pio_timing_tbl[] = {
 	{ 0xfb, 0x2b, 0xac }, /* PIO mode 0 */
 	{ 0x46, 0x29, 0xa4 }, /* PIO mode 1 */
 	{ 0x23, 0x26, 0x64 }, /* PIO mode 2 */
trivia:

It seems all the <foo>_timing_tbl structs should be const
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help