2007-12-17 20:06:36

by Joe Perches

[permalink] [raw]
Subject: [PATCH] net/netlabel/: Spelling fixes


Signed-off-by: Joe Perches <[email protected]>
---
net/netlabel/netlabel_mgmt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/netlabel/netlabel_mgmt.c b/net/netlabel/netlabel_mgmt.c
index 5648337..9c41464 100644
--- a/net/netlabel/netlabel_mgmt.c
+++ b/net/netlabel/netlabel_mgmt.c
@@ -71,7 +71,7 @@ static const struct nla_policy netlbl_mgmt_genl_policy[NLBL_MGMT_A_MAX + 1] = {
};

/*
- * NetLabel Misc Managment Functions
+ * NetLabel Misc Management Functions
*/

/**
--
1.5.3.7.949.g2221a6


2007-12-17 20:12:46

by Paul Moore

[permalink] [raw]
Subject: Re: [PATCH] net/netlabel/: Spelling fixes

On Monday 17 December 2007 2:40:35 pm Joe Perches wrote:
> Signed-off-by: Joe Perches <[email protected]>

Thanks Joe.

Acked-by: Paul Moore <[email protected]>

> ---
> net/netlabel/netlabel_mgmt.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/netlabel/netlabel_mgmt.c b/net/netlabel/netlabel_mgmt.c
> index 5648337..9c41464 100644
> --- a/net/netlabel/netlabel_mgmt.c
> +++ b/net/netlabel/netlabel_mgmt.c
> @@ -71,7 +71,7 @@ static const struct nla_policy
> netlbl_mgmt_genl_policy[NLBL_MGMT_A_MAX + 1] = { };
>
> /*
> - * NetLabel Misc Managment Functions
> + * NetLabel Misc Management Functions
> */
>
> /**



--
paul moore
linux security @ hp

2007-12-20 22:03:35

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] net/netlabel/: Spelling fixes

From: Joe Perches <[email protected]>
Date: Mon, 17 Dec 2007 11:40:35 -0800

> Signed-off-by: Joe Perches <[email protected]>

Applied, thanks.