aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-27 04:42:44 +0530
committerDavid S. Miller <davem@davemloft.net>2021-03-28 17:31:13 -0700
commit61f8406010843584eaf04d195fbd707f654cfb89 (patch)
treee1709e8dbd2fd7283f361b30e9b562c536fd01b3
parentkcm: kcmsock.c: Couple of typo fixes (diff)
downloadlinux-dev-61f8406010843584eaf04d195fbd707f654cfb89.tar.xz
linux-dev-61f8406010843584eaf04d195fbd707f654cfb89.zip
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>
-rw-r--r--net/llc/llc_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/llc/llc_core.c b/net/llc/llc_core.c
index 64d4bef04e73..6e387aadffce 100644
--- a/net/llc/llc_core.c
+++ b/net/llc/llc_core.c
@@ -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.