diff for duplicates of <20191023001818.3684-2-nramas@linux.microsoft.com> diff --git a/a/1.txt b/N1/1.txt index dc12d36..18eacde 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ index 1eba08a1af82..5533c7f92fef 100644 + +inline bool is_builtin_trusted_keyring(struct key *keyring) +{ -+ return (keyring = builtin_trusted_keys); ++ return (keyring == builtin_trusted_keys); +} diff --git a/include/keys/system_keyring.h b/include/keys/system_keyring.h index c1a96fdf598b..2bc0aaa07f05 100644 diff --git a/a/content_digest b/N1/content_digest index bbd20d4..bf8b93a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020191023001818.3684-1-nramas@linux.microsoft.com\0" "From\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>\0" "Subject\0[PATCH v1 1/6] KEYS: Helper function to check if the given keyring is builtin_trusted_keys\0" - "Date\0Wed, 23 Oct 2019 00:18:13 +0000\0" + "Date\0Tue, 22 Oct 2019 17:18:13 -0700\0" "To\0zohar@linux.ibm.com" dhowells@redhat.com casey@schaufler-ca.com @@ -37,7 +37,7 @@ "+\n" "+inline bool is_builtin_trusted_keyring(struct key *keyring)\n" "+{\n" - "+\treturn (keyring = builtin_trusted_keys);\n" + "+\treturn (keyring == builtin_trusted_keys);\n" "+}\n" "diff --git a/include/keys/system_keyring.h b/include/keys/system_keyring.h\n" "index c1a96fdf598b..2bc0aaa07f05 100644\n" @@ -53,4 +53,4 @@ "-- \n" 2.17.1 -27e2bd5333ac33360ddf4b4b4651bdcc91c9175364c6ea9563ba8b16cafec858 +ea4c62054214f9ade11f27d8ef09879fdfe2f3ebeda2254f99b686994607d361
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.