Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5296f39d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "crypto: ice: Fix ICE key index type"

parents aaacde43 3beefde6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ struct ice_crypto_setting {
	enum ice_crpto_key_size		key_size;
	enum ice_cryto_algo_mode	algo_mode;
	enum ice_crpto_key_mode		key_mode;
	unsigned short			key_index;
	short				key_index;

};