OSDN Git Service

net: ipv4: route.c: Fix indentation of multi line comment.
authorShubhankar Kuranagatti <shubhankarvk@gmail.com>
Fri, 12 Mar 2021 07:30:05 +0000 (13:00 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 01:02:30 +0000 (17:02 -0800)
commit6ad086009f87f65043c2a2c0efa27e3915c50e6e
treed31ede008b94a3059b1c1a497bb49809d328735a
parent12bb508bfe5a564c36864b12253db23cac83bfa1
net: ipv4: route.c: Fix indentation of multi line comment.

All comment lines inside the comment block have been aligned.
Every line of comment starts with a * (uniformity in code).

Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c