All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
@ 2019-11-14 17:27   ` Colin King
  0 siblings, 0 replies; 9+ messages in thread
From: Colin King @ 2019-11-14 17:27 UTC (permalink / raw)
  To: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Sasha Levin, Bartlomiej Zolnierkiewicz, linux-hyperv, dri-devel,
	linux-fbdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a block of statements that are indented
too deeply, remove the extraneous tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/video/fbdev/hyperv_fb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
index 4cd27e5172a1..5fcf4bdf85ab 100644
--- a/drivers/video/fbdev/hyperv_fb.c
+++ b/drivers/video/fbdev/hyperv_fb.c
@@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device *hdev)
 	t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
 	if (!t) {
 		pr_err("Time out on waiting resolution response\n");
-			ret = -ETIMEDOUT;
-			goto out;
+		ret = -ETIMEDOUT;
+		goto out;
 	}
 
 	if (msg->resolution_resp.resolution_count == 0) {
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
@ 2019-11-14 17:27   ` Colin King
  0 siblings, 0 replies; 9+ messages in thread
From: Colin King @ 2019-11-14 17:27 UTC (permalink / raw)
  To: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Sasha Levin, Bartlomiej Zolnierkiewicz, linux-hyperv, dri-devel,
	linux-fbdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a block of statements that are indented
too deeply, remove the extraneous tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/video/fbdev/hyperv_fb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
index 4cd27e5172a1..5fcf4bdf85ab 100644
--- a/drivers/video/fbdev/hyperv_fb.c
+++ b/drivers/video/fbdev/hyperv_fb.c
@@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device *hdev)
 	t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
 	if (!t) {
 		pr_err("Time out on waiting resolution response\n");
-			ret = -ETIMEDOUT;
-			goto out;
+		ret = -ETIMEDOUT;
+		goto out;
 	}
 
 	if (msg->resolution_resp.resolution_count = 0) {
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
@ 2019-11-14 17:27   ` Colin King
  0 siblings, 0 replies; 9+ messages in thread
From: Colin King @ 2019-11-14 17:27 UTC (permalink / raw)
  To: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Sasha Levin, Bartlomiej Zolnierkiewicz, linux-hyperv, dri-devel,
	linux-fbdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a block of statements that are indented
too deeply, remove the extraneous tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/video/fbdev/hyperv_fb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
index 4cd27e5172a1..5fcf4bdf85ab 100644
--- a/drivers/video/fbdev/hyperv_fb.c
+++ b/drivers/video/fbdev/hyperv_fb.c
@@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device *hdev)
 	t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
 	if (!t) {
 		pr_err("Time out on waiting resolution response\n");
-			ret = -ETIMEDOUT;
-			goto out;
+		ret = -ETIMEDOUT;
+		goto out;
 	}
 
 	if (msg->resolution_resp.resolution_count == 0) {
-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* RE: [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
  2019-11-14 17:27   ` Colin King
  (?)
@ 2019-12-07 18:45     ` Michael Kelley
  -1 siblings, 0 replies; 9+ messages in thread
From: Michael Kelley @ 2019-12-07 18:45 UTC (permalink / raw)
  To: Colin King, KY Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Sasha Levin, Bartlomiej Zolnierkiewicz, linux-hyperv, dri-devel,
	linux-fbdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com> Sent: Thursday, November 14, 2019 9:27 AM
> 
> There is a block of statements that are indented
> too deeply, remove the extraneous tabs.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/video/fbdev/hyperv_fb.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
> index 4cd27e5172a1..5fcf4bdf85ab 100644
> --- a/drivers/video/fbdev/hyperv_fb.c
> +++ b/drivers/video/fbdev/hyperv_fb.c
> @@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device
> *hdev)
>  	t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
>  	if (!t) {
>  		pr_err("Time out on waiting resolution response\n");
> -			ret = -ETIMEDOUT;
> -			goto out;
> +		ret = -ETIMEDOUT;
> +		goto out;
>  	}
> 
>  	if (msg->resolution_resp.resolution_count == 0) {
> --
> 2.20.1

Reviewed-by: Michael Kelley <mikelley@microsoft.com>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
@ 2019-12-07 18:45     ` Michael Kelley
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Kelley @ 2019-12-07 18:45 UTC (permalink / raw)
  To: Colin King, KY Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Sasha Levin, Bartlomiej Zolnierkiewicz, linux-hyperv, dri-devel,
	linux-fbdev
  Cc: kernel-janitors, linux-kernel

RnJvbTogQ29saW4gSWFuIEtpbmcgPGNvbGluLmtpbmdAY2Fub25pY2FsLmNvbT4gU2VudDogVGh1
cnNkYXksIE5vdmVtYmVyIDE0LCAyMDE5IDk6MjcgQU0NCj4gDQo+IFRoZXJlIGlzIGEgYmxvY2sg
b2Ygc3RhdGVtZW50cyB0aGF0IGFyZSBpbmRlbnRlZA0KPiB0b28gZGVlcGx5LCByZW1vdmUgdGhl
IGV4dHJhbmVvdXMgdGFicy4NCj4gDQo+IFNpZ25lZC1vZmYtYnk6IENvbGluIElhbiBLaW5nIDxj
b2xpbi5raW5nQGNhbm9uaWNhbC5jb20+DQo+IC0tLQ0KPiAgZHJpdmVycy92aWRlby9mYmRldi9o
eXBlcnZfZmIuYyB8IDQgKystLQ0KPiAgMSBmaWxlIGNoYW5nZWQsIDIgaW5zZXJ0aW9ucygrKSwg
MiBkZWxldGlvbnMoLSkNCj4gDQo+IGRpZmYgLS1naXQgYS9kcml2ZXJzL3ZpZGVvL2ZiZGV2L2h5
cGVydl9mYi5jIGIvZHJpdmVycy92aWRlby9mYmRldi9oeXBlcnZfZmIuYw0KPiBpbmRleCA0Y2Qy
N2U1MTcyYTEuLjVmY2Y0YmRmODVhYiAxMDA2NDQNCj4gLS0tIGEvZHJpdmVycy92aWRlby9mYmRl
di9oeXBlcnZfZmIuYw0KPiArKysgYi9kcml2ZXJzL3ZpZGVvL2ZiZGV2L2h5cGVydl9mYi5jDQo+
IEBAIC01ODIsOCArNTgyLDggQEAgc3RhdGljIGludCBzeW50aHZpZF9nZXRfc3VwcG9ydGVkX3Jl
c29sdXRpb24oc3RydWN0IGh2X2RldmljZQ0KPiAqaGRldikNCj4gIAl0ID0gd2FpdF9mb3JfY29t
cGxldGlvbl90aW1lb3V0KCZwYXItPndhaXQsIFZTUF9USU1FT1VUKTsNCj4gIAlpZiAoIXQpIHsN
Cj4gIAkJcHJfZXJyKCJUaW1lIG91dCBvbiB3YWl0aW5nIHJlc29sdXRpb24gcmVzcG9uc2VcbiIp
Ow0KPiAtCQkJcmV0ID0gLUVUSU1FRE9VVDsNCj4gLQkJCWdvdG8gb3V0Ow0KPiArCQlyZXQgPSAt
RVRJTUVET1VUOw0KPiArCQlnb3RvIG91dDsNCj4gIAl9DQo+IA0KPiAgCWlmIChtc2ctPnJlc29s
dXRpb25fcmVzcC5yZXNvbHV0aW9uX2NvdW50ID09IDApIHsNCj4gLS0NCj4gMi4yMC4xDQoNClJl
dmlld2VkLWJ5OiBNaWNoYWVsIEtlbGxleSA8bWlrZWxsZXlAbWljcm9zb2Z0LmNvbT4NCg0K

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
@ 2019-12-07 18:45     ` Michael Kelley
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Kelley @ 2019-12-07 18:45 UTC (permalink / raw)
  To: Colin King, KY Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Sasha Levin, Bartlomiej Zolnierkiewicz, linux-hyperv, dri-devel,
	linux-fbdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com> Sent: Thursday, November 14, 2019 9:27 AM
> 
> There is a block of statements that are indented
> too deeply, remove the extraneous tabs.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/video/fbdev/hyperv_fb.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
> index 4cd27e5172a1..5fcf4bdf85ab 100644
> --- a/drivers/video/fbdev/hyperv_fb.c
> +++ b/drivers/video/fbdev/hyperv_fb.c
> @@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device
> *hdev)
>  	t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
>  	if (!t) {
>  		pr_err("Time out on waiting resolution response\n");
> -			ret = -ETIMEDOUT;
> -			goto out;
> +		ret = -ETIMEDOUT;
> +		goto out;
>  	}
> 
>  	if (msg->resolution_resp.resolution_count == 0) {
> --
> 2.20.1

Reviewed-by: Michael Kelley <mikelley@microsoft.com>

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
  2019-11-14 17:27   ` Colin King
  (?)
@ 2020-01-15 14:36     ` Bartlomiej Zolnierkiewicz
  -1 siblings, 0 replies; 9+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2020-01-15 14:36 UTC (permalink / raw)
  To: Colin King
  Cc: K . Y . Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Sasha Levin, linux-hyperv, dri-devel, linux-fbdev,
	kernel-janitors, linux-kernel


On 11/14/19 6:27 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a block of statements that are indented
> too deeply, remove the extraneous tabs.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch queued for v5.6, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

> ---
>  drivers/video/fbdev/hyperv_fb.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
> index 4cd27e5172a1..5fcf4bdf85ab 100644
> --- a/drivers/video/fbdev/hyperv_fb.c
> +++ b/drivers/video/fbdev/hyperv_fb.c
> @@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device *hdev)
>  	t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
>  	if (!t) {
>  		pr_err("Time out on waiting resolution response\n");
> -			ret = -ETIMEDOUT;
> -			goto out;
> +		ret = -ETIMEDOUT;
> +		goto out;
>  	}
>  
>  	if (msg->resolution_resp.resolution_count == 0) {
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
@ 2020-01-15 14:36     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 9+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2020-01-15 14:36 UTC (permalink / raw)
  To: Colin King
  Cc: Sasha Levin, linux-hyperv, Stephen Hemminger, Haiyang Zhang,
	kernel-janitors, linux-fbdev, dri-devel, linux-kernel,
	K . Y . Srinivasan


On 11/14/19 6:27 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a block of statements that are indented
> too deeply, remove the extraneous tabs.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch queued for v5.6, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

> ---
>  drivers/video/fbdev/hyperv_fb.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
> index 4cd27e5172a1..5fcf4bdf85ab 100644
> --- a/drivers/video/fbdev/hyperv_fb.c
> +++ b/drivers/video/fbdev/hyperv_fb.c
> @@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device *hdev)
>  	t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
>  	if (!t) {
>  		pr_err("Time out on waiting resolution response\n");
> -			ret = -ETIMEDOUT;
> -			goto out;
> +		ret = -ETIMEDOUT;
> +		goto out;
>  	}
>  
>  	if (msg->resolution_resp.resolution_count = 0) {
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue
@ 2020-01-15 14:36     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 9+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2020-01-15 14:36 UTC (permalink / raw)
  To: Colin King
  Cc: Sasha Levin, linux-hyperv, Stephen Hemminger, Haiyang Zhang,
	kernel-janitors, linux-fbdev, dri-devel, linux-kernel,
	K . Y . Srinivasan


On 11/14/19 6:27 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a block of statements that are indented
> too deeply, remove the extraneous tabs.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch queued for v5.6, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

> ---
>  drivers/video/fbdev/hyperv_fb.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
> index 4cd27e5172a1..5fcf4bdf85ab 100644
> --- a/drivers/video/fbdev/hyperv_fb.c
> +++ b/drivers/video/fbdev/hyperv_fb.c
> @@ -582,8 +582,8 @@ static int synthvid_get_supported_resolution(struct hv_device *hdev)
>  	t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT);
>  	if (!t) {
>  		pr_err("Time out on waiting resolution response\n");
> -			ret = -ETIMEDOUT;
> -			goto out;
> +		ret = -ETIMEDOUT;
> +		goto out;
>  	}
>  
>  	if (msg->resolution_resp.resolution_count == 0) {
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-15 14:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20191114172730eucas1p1206011eed67d59f39fbbcf0b9ad1bbca@eucas1p1.samsung.com>
2019-11-14 17:27 ` [PATCH][next] video: hyperv: hyperv_fb: fix indentation issue Colin King
2019-11-14 17:27   ` Colin King
2019-11-14 17:27   ` Colin King
2019-12-07 18:45   ` Michael Kelley
2019-12-07 18:45     ` Michael Kelley
2019-12-07 18:45     ` Michael Kelley
2020-01-15 14:36   ` Bartlomiej Zolnierkiewicz
2020-01-15 14:36     ` Bartlomiej Zolnierkiewicz
2020-01-15 14:36     ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.