Skip to content

Commit

Permalink
llc: llc_core.c: COuple of typo fixes
Browse files Browse the repository at this point in the history
s/searchs/searches/   ....two different places.

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
unixbhaskar authored and davem330 committed Mar 29, 2021
1 parent 71a2fae commit 61f8406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/llc/llc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
* 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.
Expand Down

0 comments on commit 61f8406

Please sign in to comment.