Re: [PATCH 13/13] samples: vfio-mdev: constify fb ops

2019-11-30 Thread Christophe de Dinechin
> On 27 Nov 2019, at 17:32, Jani Nikula wrote: > > Now that the fbops member of struct fb_info is const, we can star making s/star/start/ > the ops const as well. > > Cc: Kirti Wankhede > Cc: k...@vger.kernel.org > Signed-off-by: Jani Nikula > --- > samples/vfio-mdev/mdpy-fb.c | 2 +- > 1

Re: [PATCH 13/13] samples: vfio-mdev: constify fb ops

2019-11-28 Thread Jani Nikula
On Thu, 28 Nov 2019, Christophe de Dinechin wrote: >> On 27 Nov 2019, at 17:32, Jani Nikula wrote: >> >> Now that the fbops member of struct fb_info is const, we can star making > s/star/start/ Ooops, thanks. BR, Jani. > >> the ops const as well. >> >> Cc: Kirti Wankhede >> Cc:

Re: [PATCH 13/13] samples: vfio-mdev: constify fb ops

2019-11-28 Thread Daniel Vetter
On Thu, Nov 28, 2019 at 11:22:23AM +0200, Jani Nikula wrote: > On Wed, 27 Nov 2019, Daniel Vetter wrote: > > On Wed, Nov 27, 2019 at 06:32:09PM +0200, Jani Nikula wrote: > >> Now that the fbops member of struct fb_info is const, we can star making > >> the ops const as well. > >> > >> Cc: Kirti

Re: [PATCH 13/13] samples: vfio-mdev: constify fb ops

2019-11-28 Thread Jani Nikula
On Wed, 27 Nov 2019, Daniel Vetter wrote: > On Wed, Nov 27, 2019 at 06:32:09PM +0200, Jani Nikula wrote: >> Now that the fbops member of struct fb_info is const, we can star making >> the ops const as well. >> >> Cc: Kirti Wankhede >> Cc: k...@vger.kernel.org >> Signed-off-by: Jani Nikula > >

Re: [PATCH 13/13] samples: vfio-mdev: constify fb ops

2019-11-27 Thread Daniel Vetter
On Wed, Nov 27, 2019 at 06:32:09PM +0200, Jani Nikula wrote: > Now that the fbops member of struct fb_info is const, we can star making > the ops const as well. > > Cc: Kirti Wankhede > Cc: k...@vger.kernel.org > Signed-off-by: Jani Nikula You've missed at least drivers/staging/fbtft in your

[PATCH 13/13] samples: vfio-mdev: constify fb ops

2019-11-27 Thread Jani Nikula
Now that the fbops member of struct fb_info is const, we can star making the ops const as well. Cc: Kirti Wankhede Cc: k...@vger.kernel.org Signed-off-by: Jani Nikula --- samples/vfio-mdev/mdpy-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vfio-mdev/mdpy-fb.c