Skip to content

Commit

Permalink
trivial: Resolve whitespace issues with acinclude
Browse files Browse the repository at this point in the history
Completely unrelated, but annoying. Let's fix it up.

Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
stephenfin authored and russellb committed Oct 29, 2016
1 parent edde486 commit 997d327
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AC_DEFUN([OVS_ENABLE_WERROR],

dnl OVS_CHECK_LINUX
dnl
dnl Configure linux kernel source tree
dnl Configure linux kernel source tree
AC_DEFUN([OVS_CHECK_LINUX], [
AC_ARG_WITH([linux],
[AC_HELP_STRING([--with-linux=/path/to/linux],
Expand Down Expand Up @@ -298,15 +298,15 @@ AC_DEFUN([OVS_GREP_IFELSE], [
grep '$2' $1 >/dev/null 2>&1
status=$?
case $status in
0)
0)
AC_MSG_RESULT([yes])
m4_if([$3], [], [OVS_DEFINE([HAVE_]m4_toupper([$2]))], [$3])
;;
1)
1)
AC_MSG_RESULT([no])
$4
;;
*)
*)
AC_MSG_ERROR([grep exited with status $status])
;;
esac
Expand Down Expand Up @@ -471,7 +471,7 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [
[label],
[OVS_GREP_IFELSE([$KSRC/include/net/ip_tunnels.h],
[iptunnel_pull_offloads],
[OVS_GREP_IFELSE([$KSRC/include/net/dst_cache.h], [dst_cache],
[OVS_GREP_IFELSE([$KSRC/include/net/dst_cache.h], [dst_cache],
[OVS_DEFINE([USE_UPSTREAM_TUNNEL])])])])
OVS_GREP_IFELSE([$KSRC/include/linux/net.h], [sock_create_kern.*net],
Expand Down Expand Up @@ -552,7 +552,7 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [
[OVS_GREP_IFELSE([$KSRC/include/linux/rtnetlink.h],
[rcu_read_lock_held])])
OVS_GREP_IFELSE([$KSRC/include/linux/rtnetlink.h], [lockdep_rtnl_is_held])
# Check for the proto_data_valid member in struct sk_buff. The [^@]
# is necessary because some versions of this header remove the
# member but retain the kerneldoc comment that describes it (which
Expand All @@ -570,7 +570,7 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [
[OVS_DEFINE([HAVE_U16_RXHASH])])
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h], [skb_dst(],
[OVS_DEFINE([HAVE_SKB_DST_ACCESSOR_FUNCS])])
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h],
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h],
[skb_copy_from_linear_data_offset])
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h],
[skb_reset_tail_pointer])
Expand Down

0 comments on commit 997d327

Please sign in to comment.