Commit c76a2f9e authored by Randy Dunlap's avatar Randy Dunlap Committed by Paul Moore

selinux: delete repeated words in comments

Drop a repeated word in comments.
{open, is, then}
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Paul Moore <paul@paul-moore.com>
Cc: Stephen Smalley <stephen.smalley.work@gmail.com>
Cc: Eric Paris <eparis@parisplace.org>
Cc: selinux@vger.kernel.org
Cc: James Morris <jmorris@namei.org>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Cc: linux-security-module@vger.kernel.org
[PM: fix subject line]
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 30969bc8
...@@ -1978,7 +1978,7 @@ static inline u32 file_to_av(struct file *file) ...@@ -1978,7 +1978,7 @@ static inline u32 file_to_av(struct file *file)
} }
/* /*
* Convert a file to an access vector and include the correct open * Convert a file to an access vector and include the correct
* open permission. * open permission.
*/ */
static inline u32 open_file_to_av(struct file *file) static inline u32 open_file_to_av(struct file *file)
...@@ -4447,7 +4447,7 @@ static int selinux_skb_peerlbl_sid(struct sk_buff *skb, u16 family, u32 *sid) ...@@ -4447,7 +4447,7 @@ static int selinux_skb_peerlbl_sid(struct sk_buff *skb, u16 family, u32 *sid)
* *
* If @skb_sid is valid then the user:role:type information from @sk_sid is * If @skb_sid is valid then the user:role:type information from @sk_sid is
* combined with the MLS information from @skb_sid in order to create * combined with the MLS information from @skb_sid in order to create
* @conn_sid. If @skb_sid is not valid then then @conn_sid is simply a copy * @conn_sid. If @skb_sid is not valid then @conn_sid is simply a copy
* of @sk_sid. Returns zero on success, negative values on failure. * of @sk_sid. Returns zero on success, negative values on failure.
* *
*/ */
...@@ -5317,7 +5317,7 @@ static int selinux_sctp_bind_connect(struct sock *sk, int optname, ...@@ -5317,7 +5317,7 @@ static int selinux_sctp_bind_connect(struct sock *sk, int optname,
/* As selinux_sctp_bind_connect() is called by the /* As selinux_sctp_bind_connect() is called by the
* SCTP protocol layer, the socket is already locked, * SCTP protocol layer, the socket is already locked,
* therefore selinux_netlbl_socket_connect_locked() is * therefore selinux_netlbl_socket_connect_locked()
* is called here. The situations handled are: * is called here. The situations handled are:
* sctp_connectx(3), sctp_sendmsg(3), sendmsg(2), * sctp_connectx(3), sctp_sendmsg(3), sendmsg(2),
* whenever a new IP address is added or when a new * whenever a new IP address is added or when a new
......
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