Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

llc: llc_core.c: COuple of typo fixes

s/searchs/searches/ ....two different places.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Bhaskar Chowdhury and committed by
David S. Miller
61f84060 71a2fae5

+2 -2
+2 -2
net/llc/llc_core.c
··· 59 59 } 60 60 61 61 /** 62 - * llc_sap_find - searchs a SAP in station 62 + * llc_sap_find - searches a SAP in station 63 63 * @sap_value: sap to be found 64 64 * 65 - * Searchs for a sap in the sap list of the LLC's station upon the sap ID. 65 + * Searches for a sap in the sap list of the LLC's station upon the sap ID. 66 66 * If the sap is found it will be refcounted and the user will have to do 67 67 * a llc_sap_put after use. 68 68 * Returns the sap or %NULL if not found.