diff options
author | James Morris <james.l.morris@oracle.com> | 2016-07-09 12:49:00 +1000 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2016-07-09 12:49:00 +1000 |
commit | e1e5fa961612d774c122fc79f93a50a9dc8db321 (patch) | |
tree | 0bbb655a3bbdc70e7f1aeb6d10b6a9bf8f8dd2d2 /include | |
parent | c632809953fbde9e74394eae2de9d1f5e60ac427 (diff) | |
parent | 9552c7aebb8c36912612fddad5b55267c671a303 (diff) | |
download | linux-e1e5fa961612d774c122fc79f93a50a9dc8db321.tar.bz2 |
Merge tag 'keys-misc-20160708' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
Diffstat (limited to 'include')
-rw-r--r-- | include/keys/rxrpc-type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keys/rxrpc-type.h b/include/keys/rxrpc-type.h index fc4875433817..5de0673f333b 100644 --- a/include/keys/rxrpc-type.h +++ b/include/keys/rxrpc-type.h @@ -51,7 +51,7 @@ struct krb5_principal { struct krb5_tagged_data { /* for tag value, see /usr/include/krb5/krb5.h * - KRB5_AUTHDATA_* for auth data - * - + * - */ s32 tag; u32 data_len; |