mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
selinux: Fix spelling mistakes in the comments
Fix spelling mistakes in the comments quering==>querying Signed-off-by: lihao <fly.lihao@huawei.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
@@ -124,7 +124,7 @@ static void sel_netif_destroy(struct sel_netif *netif)
|
|||||||
* @sid: interface SID
|
* @sid: interface SID
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* This function determines the SID of a network interface by quering the
|
* This function determines the SID of a network interface by querying the
|
||||||
* security policy. The result is added to the network interface table to
|
* security policy. The result is added to the network interface table to
|
||||||
* speedup future queries. Returns zero on success, negative values on
|
* speedup future queries. Returns zero on success, negative values on
|
||||||
* failure.
|
* failure.
|
||||||
|
@@ -181,7 +181,7 @@ static void sel_netnode_insert(struct sel_netnode *node)
|
|||||||
* @sid: node SID
|
* @sid: node SID
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* This function determines the SID of a network address by quering the
|
* This function determines the SID of a network address by querying the
|
||||||
* security policy. The result is added to the network address table to
|
* security policy. The result is added to the network address table to
|
||||||
* speedup future queries. Returns zero on success, negative values on
|
* speedup future queries. Returns zero on success, negative values on
|
||||||
* failure.
|
* failure.
|
||||||
|
@@ -130,7 +130,7 @@ static void sel_netport_insert(struct sel_netport *port)
|
|||||||
* @sid: port SID
|
* @sid: port SID
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* This function determines the SID of a network port by quering the security
|
* This function determines the SID of a network port by querying the security
|
||||||
* policy. The result is added to the network port table to speedup future
|
* policy. The result is added to the network port table to speedup future
|
||||||
* queries. Returns zero on success, negative values on failure.
|
* queries. Returns zero on success, negative values on failure.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user