From c9e37ee940f5a97886f71e94e3fa8046ac56e845 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 6 May 2018 17:14:43 -0700 Subject: [PATCH] qcacmn: Fix typo "initalizes" Replace typo "initalizes" with correct spelling "initializes". Change-Id: Ibe473a78e943c43ca50948ae95829504a8741d6b CRs-Fixed: 2238309 --- hif/src/pcie/if_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hif/src/pcie/if_pci.c b/hif/src/pcie/if_pci.c index 360c292e12..718231d41c 100644 --- a/hif/src/pcie/if_pci.c +++ b/hif/src/pcie/if_pci.c @@ -4388,7 +4388,7 @@ int hif_pm_runtime_prevent_suspend_timeout(struct hif_opaque_softc *ol_sc, * hif_runtime_lock_init() - API to initialize Runtime PM context * @name: Context name * - * This API initalizes the Runtime PM context of the caller and + * This API initializes the Runtime PM context of the caller and * return the pointer. * * Return: None