[PATCH] drm/virtio: make drm_fb_helper_funcs const

2017-08-08 Thread Bhumika Goyal
cs s; Signed-off-by: Bhumika Goyal --- drivers/gpu/drm/virtio/virtgpu_fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_fb.c b/drivers/gpu/drm/virtio/virtgpu_fb.c index 046e28b..15d18fd 100644 --- a/drivers/gpu/drm/virtio/virtgpu_fb.c +

Re: [PULL 5/5] virtio/s390: virtio: constify virtio_config_ops structures

2017-01-16 Thread Bhumika Goyal
On Mon, Jan 16, 2017 at 9:31 PM, Michael S. Tsirkin wrote: > On Mon, Jan 16, 2017 at 08:58:34PM +0530, Bhumika Goyal wrote: >> On Mon, Jan 16, 2017 at 7:59 PM, Michael S. Tsirkin wrote: >> > On Mon, Jan 16, 2017 at 03:04:33PM +0100, Cornelia Huck wrote: >>

Re: [PULL 5/5] virtio/s390: virtio: constify virtio_config_ops structures

2017-01-16 Thread Bhumika Goyal
On Mon, Jan 16, 2017 at 7:59 PM, Michael S. Tsirkin wrote: > On Mon, Jan 16, 2017 at 03:04:33PM +0100, Cornelia Huck wrote: >> From: Bhumika Goyal >> >> Declare virtio_config_ops structure as const as it is only stored in the >> config field of a virtio_device struc

[PATCH] s390: virtio: constify virtio_config_ops structures

2017-01-13 Thread Bhumika Goyal
File size before and after applying the patch remains the same. textdatabss dec hex filename 9235296 32928 42459 a5db drivers/s390/virtio/virtio_ccw.o Signed-off-by: Bhumika Goyal --- drivers/s390/virtio/virtio_ccw.c | 2 +- 1 file changed, 1 insertion(+), 1 dele

Re: [PATCH] vhost: scsi: constify target_core_fabric_ops structures

2017-01-10 Thread Bhumika Goyal
On Tue, Jan 10, 2017 at 10:41 AM, Michael S. Tsirkin wrote: > On Mon, Jan 09, 2017 at 08:51:02PM +0530, Bhumika Goyal wrote: >> Declare target_core_fabric_ops strucrues as const as they are only >> passed as an argument to the functions target_register_template and >> targe

[PATCH] vhost: scsi: constify target_core_fabric_ops structures

2017-01-10 Thread Bhumika Goyal
t/scsi.o textdata bss dec hex filename 184792601 40 211205280 drivers/vhost/scsi.o Signed-off-by: Bhumika Goyal --- drivers/vhost/scsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index