marvell: spelling fixes 60/31460/6
authorRobert Shearman <robertshearman@gmail.com>
Fri, 26 Feb 2021 11:26:38 +0000 (11:26 +0000)
committerDamjan Marion <dmarion@me.com>
Fri, 5 Mar 2021 10:18:20 +0000 (10:18 +0000)
Fix places where "Marvel" is used incorrectly instead of "Marvell".

Type: style
Change-Id: I9247676ab08faed31e7b813f6f496ba008210c00
Signed-off-by: Robert Shearman <robertshearman@gmail.com>
src/plugins/marvell/CMakeLists.txt
src/plugins/marvell/README.md

index 336d4d6..b48ac72 100644 (file)
@@ -41,7 +41,7 @@ if(MUSDK_INCLUDE_DIR AND MUSDK_LIB)
     ${MUSDK_LINK_FLAGS}
   )
   include_directories(${MUSDK_INCLUDE_DIR})
-  message(STATUS "Found Marvel MUSDK in ${MUSDK_INCLUDE_DIR}")
+  message(STATUS "Found Marvell MUSDK in ${MUSDK_INCLUDE_DIR}")
 else()
   message(WARNING "Marvell MUSDK not found - marvell_plugin disabled")
 endif()
index 012677a..3f3c27e 100644 (file)
@@ -1,7 +1,7 @@
-# Marvel device plugin for VPP    {#marvel_plugin_doc}
+# Marvell device plugin for VPP    {#marvell_plugin_doc}
 
 ##Overview
-This plugins provides native device support for Marvell PP2 network device, by use of Marvel Usermode SDK ([MUSDK][1]).
+This plugins provides native device support for Marvell PP2 network device, by use of Marvell Usermode SDK ([MUSDK][1]).
 Code is developed and tested on [MACCHIATObin][2] board.
 
 ##Prerequisites