On (Thu) 08 Jan 2015 [11:11:30], Dr. David Alan Gilbert (git) wrote: > static const QEMUFileOps socket_write_ops = { > - .get_fd = socket_get_fd, > + .get_fd = socket_get_fd, > .writev_buffer = socket_writev_buffer, > - .close = socket_close > + .close = socket_close, > + .shut_down = socket_shutdown
Just including commas, even for the last item, helps in reducing the number of changed lines.. Amit