Re: [PATCH v4] drm/hyperv: Add error message for fb size greater than allocated

2022-05-03 Thread Wei Liu
On Tue, May 03, 2022 at 07:50:16AM -0700, Saurabh Singh Sengar wrote: > On Tue, Apr 12, 2022 at 05:06:07AM +, Dexuan Cui wrote: > > > From: Saurabh Sengar > > > Sent: Monday, April 11, 2022 9:29 PM > > > ... > > > Add error message when the size of requested framebuffer is more than > > > the

Re: [PATCH v4] drm/hyperv: Add error message for fb size greater than allocated

2022-05-03 Thread Saurabh Singh Sengar
On Tue, Apr 12, 2022 at 05:06:07AM +, Dexuan Cui wrote: > > From: Saurabh Sengar > > Sent: Monday, April 11, 2022 9:29 PM > > ... > > Add error message when the size of requested framebuffer is more than > > the allocated size by vmbus mmio region for framebuffer > > The line lacks a period,

RE: [PATCH v4] drm/hyperv: Add error message for fb size greater than allocated

2022-04-11 Thread Dexuan Cui
> From: Saurabh Sengar > Sent: Monday, April 11, 2022 9:29 PM > ... > Add error message when the size of requested framebuffer is more than > the allocated size by vmbus mmio region for framebuffer The line lacks a period, but I guess the maintainer may help fix it for you :-) > Signed-off-by:

[PATCH v4] drm/hyperv: Add error message for fb size greater than allocated

2022-04-11 Thread Saurabh Sengar
Add error message when the size of requested framebuffer is more than the allocated size by vmbus mmio region for framebuffer Signed-off-by: Saurabh Sengar --- v3 -> v4 : * Shorter error message * Alignment match for open parenthesis * Added -> Add (typo fix in commit mess