qcacmn: utils: Fix misspellings

Fix misspellings in utils/...

Change-Id: I092dfff26e16e7c660e6652a652268256d1d1517
CRs-Fixed: 3304703
这个提交包含在:
Jeff Johnson
2022-09-30 15:24:34 -07:00
提交者 Madan Koyyalamudi
父节点 8ba6f73786
当前提交 b26f2f678c
修改 16 个文件,包含 48 行新增39 行删除

查看文件

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2014-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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
@@ -216,7 +217,7 @@ int epping_tx_send(qdf_nbuf_t skb, epping_adapter_t *adapter)
if (!IS_EPPING_PACKET(eppingHdr)) {
EPPING_LOG(QDF_TRACE_LEVEL_FATAL,
"%s: Recived non endpoint ping packets\n", __func__);
"%s: Received non endpoint ping packets\n", __func__);
/* no packet to send, cleanup */
qdf_nbuf_free(skb);
return -ENOMEM;