| Main Archive Page > Month Archives > linux-kernel archives |
On Fri, 27 Mar 2009, Tetsuo Handa wrote:
> ----------------------------------------
> TOMOYO: Fix a typo.
>
> Signed-off-by: Kentaro Takeda <takedakn@nttdata.co.jp>
> Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
> Signed-off-by: Toshiharu Harada <haradats@nttdata.co.jp>
> ---
> security/tomoyo/common.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.29-git1.orig/security/tomoyo/common.h
> +++ linux-2.6.29-git1/security/tomoyo/common.h
> @@ -55,7 +55,7 @@ struct tomoyo_path_info {
> struct tomoyo_path_info_with_data {
> /* Keep "head" first, for this pointer is passed to tomoyo_free(). */
> struct tomoyo_path_info head;
> - char bariier1[16]; /* Safeguard for overrun. */
> + char barrier1[16]; /* Safeguard for overrun. */
> char body[TOMOYO_MAX_PATHNAME_LEN];
> char barrier2[16]; /* Safeguard for overrun. */
> };
>
Applied. -- James Morris <jmorris@namei.org> -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html