Commit 61f84060 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by David S. Miller

llc: llc_core.c: COuple of typo fixes

s/searchs/searches/   ....two different places.
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 71a2fae5
...@@ -59,10 +59,10 @@ static struct llc_sap *__llc_sap_find(unsigned char sap_value) ...@@ -59,10 +59,10 @@ static struct llc_sap *__llc_sap_find(unsigned char sap_value)
} }
/** /**
* llc_sap_find - searchs a SAP in station * llc_sap_find - searches a SAP in station
* @sap_value: sap to be found * @sap_value: sap to be found
* *
* Searchs for a sap in the sap list of the LLC's station upon the sap ID. * Searches for a sap in the sap list of the LLC's station upon the sap ID.
* If the sap is found it will be refcounted and the user will have to do * If the sap is found it will be refcounted and the user will have to do
* a llc_sap_put after use. * a llc_sap_put after use.
* Returns the sap or %NULL if not found. * Returns the sap or %NULL if not found.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment