Remove instances of unnecessary blank space after cast in bcm2835-vchiq.c
Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
                LOG_ERR(" Unexpected work: %p:%d\n", w->alsa_stream, w->cmd);
                break;
        }
-       kfree((void *) work);
+       kfree((void *)work);
        LOG_DBG(" .. OUT %d\n", ret);
 }
 
                                NULL);
                } else {
                        while (count > 0) {
-                               int bytes = min((int) m.u.write.max_packet, (int) count);
+                               int bytes = min((int)m.u.write.max_packet, (int)count);
 
                                status = bcm2835_vchi_msg_queue(instance->vchi_handle[0],
                                                                src, bytes);