Explorar o código

qcacmn: Fix misspelling of "possibility"

Fix misspelling of "possibility" in hif_napi.c.

Change-Id: Ibf34e907e07c2c5f95f281487ef90963503a1e37
CRs-Fixed: 3313904
Jeff Johnson %!s(int64=2) %!d(string=hai) anos
pai
achega
aace982584
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hif/src/hif_napi.c

+ 1 - 1
hif/src/hif_napi.c

@@ -652,7 +652,7 @@ int hif_napi_event(struct hif_opaque_softc *hif_ctx, enum qca_napi_event event,
 	} /* switch denylist_pending */
 
 	/* we want to perform the comparison in lock:
-	 * there is a possiblity of hif_napi_event get called
+	 * there is a possibility of hif_napi_event get called
 	 * from two different contexts (driver unload and cpu hotplug
 	 * notification) and napid->state get changed
 	 * in driver unload context and can lead to race condition