dm: change "unsigned" to "unsigned int"
[linux-2.6-block.git] / drivers / md / persistent-data / dm-array.h
index d7d2d579c662cebedbdf41eef9882480f4541cad..91d6165427b39d74890bd9eed8c34c6c79520964 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2012 Red Hat, Inc.
  *
@@ -198,7 +199,7 @@ struct dm_array_cursor {
 
        struct dm_block *block;
        struct array_block *ab;
-       unsigned index;
+       unsigned int index;
 };
 
 int dm_array_cursor_begin(struct dm_array_info *info,