qcacld-3.0: Fix misspelling "notifcation"

Fix misspelling: notifcation ==> notification

Change-Id: Id72243b88e9061dafa93bec4d10a3e849f7ade40
CRs-Fixed: 3274596
This commit is contained in:
Jeff Johnson
2022-08-23 14:52:01 -07:00
committed by Madan Koyyalamudi
부모 0e6bd5cbc6
커밋 140039dd71

파일 보기

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2012-2020 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
@@ -435,7 +436,7 @@ void hdd_lpass_notify_start(struct hdd_context *hdd_ctx,
void hdd_lpass_notify_stop(struct hdd_context *hdd_ctx)
{
hdd_debug("Sending Lpass stop notifcation");
hdd_debug("Sending Lpass stop notification");
wlan_hdd_send_status_pkg(NULL, NULL, 0, 0);
}