diff --git a/utils/fwlog/dbglog_host.c b/utils/fwlog/dbglog_host.c index e31c6169e8..98b0f76d95 100644 --- a/utils/fwlog/dbglog_host.c +++ b/utils/fwlog/dbglog_host.c @@ -176,7 +176,7 @@ char *DBG_MSG_ARR[WLAN_MODULE_ID_MAX][MAX_DBG_MSGS] = { "WMI_TARGET_WMI_SYNC_CMD", "WMI_SET_SNR_THRESHOLD_PARAMS", "WMI_SET_RSSI_THRESHOLD_PARAMS", - "WMI_SET_LQ_TRESHOLD_PARAMS", + "WMI_SET_LQ_THRESHOLD_PARAMS", "WMI_TARGET_CREATE_PSTREAM_CMD", "WMI_WI_DTM_INUSE", "WMI_TARGET_DELETE_PSTREAM_CMD", diff --git a/utils/host_diag_log/inc/log_codes.h b/utils/host_diag_log/inc/log_codes.h index 8f6d932549..e01e02763d 100644 --- a/utils/host_diag_log/inc/log_codes.h +++ b/utils/host_diag_log/inc/log_codes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017 The Linux Foundation. All rights reserved. + * Copyright (c) 2014-2018 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -101,7 +101,7 @@ /* LOG_BASE_C is what was used before expanding the use of the equipment ID. * TODO: Once all targets are using the "core" diag system, this should be - * ommitted. */ + * omitted. */ #define LOG_BASE_C LOG_1X_BASE_C /* ------------------------------------------------------------------------- diff --git a/utils/pktlog/pktlog_internal.c b/utils/pktlog/pktlog_internal.c index 9e7510d4a6..917d908cac 100644 --- a/utils/pktlog/pktlog_internal.c +++ b/utils/pktlog/pktlog_internal.c @@ -162,7 +162,7 @@ char *pktlog_getbuf(struct pktlog_dev_t *pl_dev, #endif if (flags & PHFLAGS_INTERRUPT_CONTEXT) { /* - * We are already in interupt context, no need to make it + * We are already in interrupt context, no need to make it * intsafe. call the function directly. */ pktlog_getbuf_intsafe(&plarg);