llc: llc_core.c: COuple of typo fixes
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 26 Mar 2021 23:12:44 +0000 (04:42 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 00:31:13 +0000 (17:31 -0700)
s/searchs/searches/   ....two different places.

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

index 64d4bef..6e387aa 100644 (file)
@@ -59,10 +59,10 @@ out:
 }
 
 /**
- *     llc_sap_find - searchs a SAP in station
+ *     llc_sap_find - searches a SAP in station
  *     @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
  *     a llc_sap_put after use.
  *     Returns the sap or %NULL if not found.