Skip to content

Commit 4af7c86

Browse files
rddunlapjrjohansen
authored andcommitted
security: apparmor: delete repeated words in comments
Drop repeated words in comments. {a, then, to} Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Seth Arnold <[email protected]> Signed-off-by: John Johansen <[email protected]>
1 parent ef70454 commit 4af7c86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security/apparmor/path.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static int disconnect(const struct path *path, char *buf, char **name,
8383
*
8484
* Returns: %0 else error code if path lookup fails
8585
* When no error the path name is returned in @name which points to
86-
* to a position in @buf
86+
* a position in @buf
8787
*/
8888
static int d_namespace_path(const struct path *path, char *buf, char **name,
8989
int flags, const char *disconnected)

security/apparmor/policy_unpack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
/*
4141
* The AppArmor interface treats data as a type byte followed by the
42-
* actual data. The interface has the notion of a a named entry
42+
* actual data. The interface has the notion of a named entry
4343
* which has a name (AA_NAME typecode followed by name string) followed by
4444
* the entries typecode and data. Named types allow for optional
4545
* elements and extensions to be added and tested for without breaking

0 commit comments

Comments
 (0)