Forráskód Böngészése

qcacld-3.0: Fix misspelling "notifcation"

Fix misspelling: notifcation ==> notification

Change-Id: Id72243b88e9061dafa93bec4d10a3e849f7ade40
CRs-Fixed: 3274596
Jeff Johnson 2 éve
szülő
commit
140039dd71
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      core/hdd/src/wlan_hdd_lpass.c

+ 2 - 1
core/hdd/src/wlan_hdd_lpass.c

@@ -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);
 }