net: cleanup unsigned to unsigned int
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / nfc / nfc.h
index bac070bf3514188c589b1769484abacfa8470ca1..79955a238ccc14f87ae6ce56e873e3e6b86fa1a5 100644 (file)
@@ -86,7 +86,7 @@ struct nfc_genl_data {
 };
 
 struct nfc_dev {
-       unsigned idx;
+       unsigned int idx;
        struct nfc_target *targets;
        int n_targets;
        int targets_generation;