Message ID | l5wzytcamcc43eadaquqbrfqilq6ajfnnseh37c77eceamtw35@hhtdipi4h22c (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation/gpu: Fix typo in Documentation/gpu/komeda-kms.rst | expand |
Aryabhatta Dey <aryabhattadey35@gmail.com> writes: > Change 'indenpendently' to 'independently'. > > Signed-off-by: Aryabhatta Dey <aryabhattadey35@gmail.com> > --- > Documentation/gpu/komeda-kms.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/gpu/komeda-kms.rst b/Documentation/gpu/komeda-kms.rst > index 633a016563ae..eaea40eb725b 100644 > --- a/Documentation/gpu/komeda-kms.rst > +++ b/Documentation/gpu/komeda-kms.rst > @@ -86,7 +86,7 @@ types of working mode: > - Single display mode > Two pipelines work together to drive only one display output. > > - On this mode, pipeline_B doesn't work indenpendently, but outputs its > + On this mode, pipeline_B doesn't work independently, but outputs its > composition result into pipeline_A, and its pixel timing also derived from Applied, thanks. jon
diff --git a/Documentation/gpu/komeda-kms.rst b/Documentation/gpu/komeda-kms.rst index 633a016563ae..eaea40eb725b 100644 --- a/Documentation/gpu/komeda-kms.rst +++ b/Documentation/gpu/komeda-kms.rst @@ -86,7 +86,7 @@ types of working mode: - Single display mode Two pipelines work together to drive only one display output. - On this mode, pipeline_B doesn't work indenpendently, but outputs its + On this mode, pipeline_B doesn't work independently, but outputs its composition result into pipeline_A, and its pixel timing also derived from pipeline_A.timing_ctrlr. The pipeline_B works just like a "slave" of pipeline_A(master)
Change 'indenpendently' to 'independently'. Signed-off-by: Aryabhatta Dey <aryabhattadey35@gmail.com> --- Documentation/gpu/komeda-kms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)