dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpu: drm: display: indent fix in comment
@ 2024-01-24 18:35 Kousik Sanagavarapu
  2024-02-02 15:59 ` Kousik Sanagavarapu
  2024-02-08 15:20 ` Kousik Sanagavarapu
  0 siblings, 2 replies; 5+ messages in thread
From: Kousik Sanagavarapu @ 2024-01-24 18:35 UTC (permalink / raw)
  To: dri-devel, linux-kernel
  Cc: David Airlie, Kousik Sanagavarapu, Daniel Vetter, Thomas Zimmermann

The comments explaining the function "drm_dp_mst_atom_check_mgr()" had
uneven indentation which made "make htmldocs" complain:

	Documentation/gpu/drm-kms-helpers:296:
	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5496:
	ERROR: Unexpected indentation.

	Documentation/gpu/drm-kms-helpers:296:
	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5500:
	WARNING: Block quote ends without a blank line; unexpected unindent.

Fix this by getting the indent right.

Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
---
 drivers/gpu/drm/display/drm_dp_mst_topology.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/gpu/drm/display/drm_dp_mst_topology.c b/drivers/gpu/drm/display/drm_dp_mst_topology.c
index bd6c24d4213c..f26cc85e7dbf 100644
--- a/drivers/gpu/drm/display/drm_dp_mst_topology.c
+++ b/drivers/gpu/drm/display/drm_dp_mst_topology.c
@@ -5490,15 +5490,15 @@ EXPORT_SYMBOL(drm_dp_mst_atomic_enable_dsc);
  * Returns:
  *   - 0 if the new state is valid
  *   - %-ENOSPC, if the new state is invalid, because of BW limitation
- *         @failing_port is set to:
- *         - The non-root port where a BW limit check failed
- *           with all the ports downstream of @failing_port passing
- *           the BW limit check.
- *           The returned port pointer is valid until at least
- *           one payload downstream of it exists.
- *         - %NULL if the BW limit check failed at the root port
- *           with all the ports downstream of the root port passing
- *           the BW limit check.
+ *     @failing_port is set to:
+ *
+ *       - The non-root port where a BW limit check failed with all the ports
+ *         downstream of @failing_port passing the BW limit check.
+ *         The returned port pointer is valid until at least one payload
+ *         downstream of it exists.
+ *       - %NULL if the BW limit check failed at the root port with all the
+ *         ports downstream of the root port passing the BW limit check.
+ *
  *   - %-EINVAL, if the new state is invalid, because the root port has
  *     too many payloads.
  */
-- 
2.43.0.370.g8962b674a6.dirty


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

* Re: [PATCH] gpu: drm: display: indent fix in comment
  2024-01-24 18:35 [PATCH] gpu: drm: display: indent fix in comment Kousik Sanagavarapu
@ 2024-02-02 15:59 ` Kousik Sanagavarapu
  2024-02-08 15:20 ` Kousik Sanagavarapu
  1 sibling, 0 replies; 5+ messages in thread
From: Kousik Sanagavarapu @ 2024-02-02 15:59 UTC (permalink / raw)
  To: dri-devel, linux-kernel
  Cc: Maarten Lankhorst, Thomas Zimmermann, David Airlie, Daniel Vetter

On Thu, Jan 25, 2024 at 12:05:56AM +0530, Kousik Sanagavarapu wrote:
> The comments explaining the function "drm_dp_mst_atom_check_mgr()" had
> uneven indentation which made "make htmldocs" complain:
> 
> 	Documentation/gpu/drm-kms-helpers:296:
> 	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5496:
> 	ERROR: Unexpected indentation.
> 
> 	Documentation/gpu/drm-kms-helpers:296:
> 	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5500:
> 	WARNING: Block quote ends without a blank line; unexpected unindent.
> 
> Fix this by getting the indent right.
> 
> Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>

Ping.

Thanks

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

* Re: [PATCH] gpu: drm: display: indent fix in comment
  2024-01-24 18:35 [PATCH] gpu: drm: display: indent fix in comment Kousik Sanagavarapu
  2024-02-02 15:59 ` Kousik Sanagavarapu
@ 2024-02-08 15:20 ` Kousik Sanagavarapu
  2024-02-11  6:49   ` Randy Dunlap
  1 sibling, 1 reply; 5+ messages in thread
From: Kousik Sanagavarapu @ 2024-02-08 15:20 UTC (permalink / raw)
  To: dri-devel, linux-kernel
  Cc: Maarten Lankhorst, Thomas Zimmermann, David Airlie, Daniel Vetter

On Thu, Jan 25, 2024 at 12:05:56AM +0530, Kousik Sanagavarapu wrote:
> The comments explaining the function "drm_dp_mst_atom_check_mgr()" had
> uneven indentation which made "make htmldocs" complain:
> 
> 	Documentation/gpu/drm-kms-helpers:296:
> 	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5496:
> 	ERROR: Unexpected indentation.
> 
> 	Documentation/gpu/drm-kms-helpers:296:
> 	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5500:
> 	WARNING: Block quote ends without a blank line; unexpected unindent.
> 
> Fix this by getting the indent right.
> 
> Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
> -- 

Ping again.

Thanks

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

* Re: [PATCH] gpu: drm: display: indent fix in comment
  2024-02-08 15:20 ` Kousik Sanagavarapu
@ 2024-02-11  6:49   ` Randy Dunlap
  2024-02-12 14:14     ` Kousik Sanagavarapu
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2024-02-11  6:49 UTC (permalink / raw)
  To: Kousik Sanagavarapu, dri-devel, linux-kernel
  Cc: Maarten Lankhorst, Thomas Zimmermann, David Airlie, Daniel Vetter



On 2/8/24 07:20, Kousik Sanagavarapu wrote:
> On Thu, Jan 25, 2024 at 12:05:56AM +0530, Kousik Sanagavarapu wrote:
>> The comments explaining the function "drm_dp_mst_atom_check_mgr()" had
>> uneven indentation which made "make htmldocs" complain:
>>
>> 	Documentation/gpu/drm-kms-helpers:296:
>> 	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5496:
>> 	ERROR: Unexpected indentation.
>>
>> 	Documentation/gpu/drm-kms-helpers:296:
>> 	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5500:
>> 	WARNING: Block quote ends without a blank line; unexpected unindent.
>>
>> Fix this by getting the indent right.
>>
>> Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
>> -- 
> 
> Ping again.
> 
> Thanks

Hi,
This seems to be fixed by commit 1a84c213146a.

If you don't agree, please explain.
Thanks.

-- 
#Randy

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

* Re: [PATCH] gpu: drm: display: indent fix in comment
  2024-02-11  6:49   ` Randy Dunlap
@ 2024-02-12 14:14     ` Kousik Sanagavarapu
  0 siblings, 0 replies; 5+ messages in thread
From: Kousik Sanagavarapu @ 2024-02-12 14:14 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: dri-devel, linux-kernel, Maarten Lankhorst, Thomas Zimmermann,
	David Airlie, Daniel Vetter

On Sat, Feb 10, 2024 at 10:49:50PM -0800, Randy Dunlap wrote:
> 
> 
> On 2/8/24 07:20, Kousik Sanagavarapu wrote:
> > On Thu, Jan 25, 2024 at 12:05:56AM +0530, Kousik Sanagavarapu wrote:
> >> The comments explaining the function "drm_dp_mst_atom_check_mgr()" had
> >> uneven indentation which made "make htmldocs" complain:
> >>
> >> 	Documentation/gpu/drm-kms-helpers:296:
> >> 	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5496:
> >> 	ERROR: Unexpected indentation.
> >>
> >> 	Documentation/gpu/drm-kms-helpers:296:
> >> 	./drivers/gpu/drm/display/drm_dp_mst_topology.c:5500:
> >> 	WARNING: Block quote ends without a blank line; unexpected unindent.
> >>
> >> Fix this by getting the indent right.
> >>
> >> Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
> >> -- 
> > 
> > Ping again.
> > 
> > Thanks
> 
> Hi,
> This seems to be fixed by commit 1a84c213146a.

Makes sense.  Sorry for the noise.

> If you don't agree, please explain.
> Thanks.
> 
> -- 
> #Randy

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

end of thread, other threads:[~2024-02-12 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24 18:35 [PATCH] gpu: drm: display: indent fix in comment Kousik Sanagavarapu
2024-02-02 15:59 ` Kousik Sanagavarapu
2024-02-08 15:20 ` Kousik Sanagavarapu
2024-02-11  6:49   ` Randy Dunlap
2024-02-12 14:14     ` Kousik Sanagavarapu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).