Changes the use of a void buffer to an int buffer for clarity.
Signed-off-by: Dennis Zhou <dennisszhou@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
  * the beginning of the chunk to the last allocation.
  */
 static void chunk_map_stats(struct seq_file *m, struct pcpu_chunk *chunk,
-                           void *buffer)
+                           int *buffer)
 {
        int i, s_index, last_alloc, alloc_sign, as_len;
        int *alloc_sizes, *p;
 {
        struct pcpu_chunk *chunk;
        int slot, max_map_used;
-       void *buffer;
+       int *buffer;
 
 alloc_buffer:
        spin_lock_irq(&pcpu_lock);