Fix malformed patch format.

For some reason, the leading spaces were missing.
This commit is contained in:
Bob Lantz
2010-04-23 15:08:30 -07:00
parent 83e7ea2a0d
commit 6c5cc2bfee
+1 -1
View File
@@ -12,7 +12,7 @@ index 4a4d3a2..365aa25 100644
/* Strings to describe the manufacturer, hardware, and software. This data /* Strings to describe the manufacturer, hardware, and software. This data
* is queriable through the switch description stats message. */ * is queriable through the switch description stats message. */
@@ -259,7 +262,11 @@ send_openflow_skb(const struct datapath *dp, @@ -259,6 +262,10 @@ send_openflow_skb(const struct datapath *dp,
struct sk_buff *skb, const struct sender *sender) struct sk_buff *skb, const struct sender *sender)
{ {
return (sender return (sender