Skip to content
Snippets Groups Projects
Commit 4c794d63 authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

b=16792

i=cliffw

Fix some inconsistencies in message case.
parent 526bdbe9
No related branches found
No related tags found
No related merge requests found
...@@ -554,7 +554,7 @@ else ...@@ -554,7 +554,7 @@ else
AC_DEFINE(HAVE_OFED_IB_DMA_MAP, 1, AC_DEFINE(HAVE_OFED_IB_DMA_MAP, 1,
[ib_dma_map_single defined]) [ib_dma_map_single defined])
],[ ],[
AC_MSG_RESULT(NO) AC_MSG_RESULT(no)
]) ])
LB_LINUX_TRY_COMPILE([ LB_LINUX_TRY_COMPILE([
...@@ -572,7 +572,7 @@ else ...@@ -572,7 +572,7 @@ else
AC_DEFINE(HAVE_OFED_IB_COMP_VECTOR, 1, AC_DEFINE(HAVE_OFED_IB_COMP_VECTOR, 1,
[has completion vector]) [has completion vector])
],[ ],[
AC_MSG_RESULT(NO) AC_MSG_RESULT(no)
]) ])
EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save" EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment