doc: fix misspellings and missing EOF newlines

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-08-16 14:16:02 -07:00 committed by Kumar Gala
commit 81f7c82625
9 changed files with 10 additions and 10 deletions

View file

@ -21,4 +21,4 @@ soc-cxxflags ?= $(soc-cflags)
soc-aflags ?= $(soc-cflags)
KBUILD_CFLAGS += $(soc-cflags)
KBUILD_CXXFLAGS += $(soc-cxxflags)
KBUILD_AFLAGS += $(soc-aflags)
KBUILD_AFLAGS += $(soc-aflags)

View file

@ -28,7 +28,7 @@ config MPU_STACK_GUARD
default n
help
Enable thread stack guards via MPU. ARC supports built-in stack protection.
If your core supports that, it is prefered over MPU stack guard
If your core supports that, it is preferred over MPU stack guard
config ARC_MPU
bool "ARC MPU Support"
@ -36,4 +36,4 @@ config ARC_MPU
select ARC_CORE_MPU
default n
help
Target has ARC MPU (currently only works for EMSK 2.2 ARCEM7D)
Target has ARC MPU (currently only works for EMSK 2.2 ARCEM7D)

View file

@ -13,4 +13,4 @@ endif
ifeq ($(CONFIG_BOARD_EM_STARTERKIT_R23), y)
$(error em7d from em starterkit 2.3 is not supported)
endif
endif

View file

@ -4,4 +4,4 @@ DEBUG_SCRIPT = arc_debugger.sh
OPENOCD_LOAD_CMD = "load_image ${O}/${KERNEL_ELF_NAME}"
OPENOCD_VERIFY_CMD = "verify_image ${O}/${KERNEL_ELF_NAME}"
export FLASH_SCRIPT DEBUG_SCRIPT OPENOCD_VERIFY_CMD OPENOCD_LOAD_CMD
export FLASH_SCRIPT DEBUG_SCRIPT OPENOCD_VERIFY_CMD OPENOCD_LOAD_CMD

View file

@ -3,4 +3,4 @@ DEBUG_SCRIPT = pyocd.sh
PYOCD_TARGET = nrf52
export FLASH_SCRIPT DEBUG_SCRIPT PYOCD_TARGET
export FLASH_SCRIPT DEBUG_SCRIPT PYOCD_TARGET

View file

@ -1,3 +1,3 @@
ifeq ($(CONFIG_IEEE802154_NRF5),y)
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/nordic/drivers
endif
endif

View file

@ -41,7 +41,7 @@ config LWM2M_ENGINE_MAX_REPLIES
Set the maximum reply objects for the LWM2M library client
config LWM2M_ENGINE_MAX_OBSERVER
int "Maximum # of observeable LWM2M resources"
int "Maximum # of observable LWM2M resources"
default 50
range 10 200
help

View file

@ -23,7 +23,7 @@ config NET_SOCKETS_POSIX_NAMES
with standard POSIX names like socket(), recv(), and close(), to help
with porting existing code. Note that close() may require a special
attention, as in POSIX it closes any file descriptor, while with this
option enaled, it will still apply only to sockets.
option enabled, it will still apply only to sockets.
config NET_SOCKETS_POLL_MAX
int

View file

@ -1,2 +1,2 @@
obj-y = main.o
obj-$(CONFIG_SOC_WATCH) += soc_watch_logger.o
obj-$(CONFIG_SOC_WATCH) += soc_watch_logger.o