Skip to content

Commit

Permalink
Following industry practices
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalnes committed Mar 17, 2014
1 parent 59bf6c3 commit 08ff2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/apparmor/crypto.c
Expand Up @@ -55,6 +55,7 @@ int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start,
error = crypto_shash_update(&desc.shash, (u8 *) &le32_version, 4);
if (error)
goto fail;
goto fail;
error = crypto_shash_update(&desc.shash, (u8 *) start, len);
if (error)
goto fail;
Expand Down

2 comments on commit 08ff2fb

@mgilbir
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 :shipit:

@tirsen
Copy link

@tirsen tirsen commented on 08ff2fb Mar 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM++

Please sign in to comment.