You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[NET] SCHED: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7612713fb6
commit
10297b9931
+1
-1
@@ -185,7 +185,7 @@ static struct Qdisc *red_create_dflt(struct Qdisc *sch, u32 limit)
|
||||
TC_H_MAKE(sch->handle, 1));
|
||||
if (q) {
|
||||
rta = kmalloc(RTA_LENGTH(sizeof(struct tc_fifo_qopt)),
|
||||
GFP_KERNEL);
|
||||
GFP_KERNEL);
|
||||
if (rta) {
|
||||
rta->rta_type = RTM_NEWQDISC;
|
||||
rta->rta_len = RTA_LENGTH(sizeof(struct tc_fifo_qopt));
|
||||
|
||||
Reference in New Issue
Block a user