Commit 9b90b712 authored by Devendra Naga's avatar Devendra Naga Committed by Greg Kroah-Hartman
Browse files

staging/gdm72xx: coding style fixes gdm_qos.c



following warnings were fixed

drivers/staging/gdm72xx/gdm_qos.c:198: ERROR: "foo* bar" should be "foo *bar"
drivers/staging/gdm72xx/gdm_qos.c:198: ERROR: "foo* bar" should be "foo *bar"
drivers/staging/gdm72xx/gdm_qos.c:244: WARNING: quoted string split across lines

Signed-off-by: default avatarDevendra Naga <devendra.aaru@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c2a1793d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -240,8 +240,7 @@ static u32 extract_qos_list(struct nic *nic, struct list_head *head)
					qcb->csr[i].QoSBufCount++;

					if (!list_empty(&qcb->qos_list[i]))
						wprintk("QoS Index(%d) "
							"is piled!!\n", i);
						wprintk("QoS Index(%d) is piled!!\n", i);
				}
			}
		}