aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2018-02-27 15:48:21 -0800
committerDavid S. Miller <davem@davemloft.net>2018-02-28 11:43:28 -0500
commit82695b30ffeeab665f41416c6f5015dea3147bd5 (patch)
tree90b7335051140184d7848011fded4d7cb518af3a /include/net/flow.h
parentemulex/benet: Constify *be_misconfig_evt_port_state[] (diff)
downloadlinux-dev-82695b30ffeeab665f41416c6f5015dea3147bd5.tar.xz
linux-dev-82695b30ffeeab665f41416c6f5015dea3147bd5.zip
inet: whitespace cleanup
Ran simple script to find/remove trailing whitespace and blank lines at EOF because that kind of stuff git whines about and editors leave behind. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index f1624fd5b1d0..64e7ee9cb980 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -125,7 +125,7 @@ static inline void flowi4_update_output(struct flowi4 *fl4, int oif, __u8 tos,
fl4->daddr = daddr;
fl4->saddr = saddr;
}
-
+
struct flowi6 {
struct flowi_common __fl_common;