linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: devicetree: bindings: sound:  Fix a typo in the file rt5682.txt
@ 2021-03-13 23:18 Bhaskar Chowdhury
  2021-03-13 23:23 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-13 23:18 UTC (permalink / raw)
  To: lgirdwood, broonie, dt, alsa-devel, devicetree, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/drving/driving/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/devicetree/bindings/sound/rt5682.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/rt5682.txt b/Documentation/devicetree/bindings/sound/rt5682.txt
index 9c5fadb6ac82..cd8c53d8497e 100644
--- a/Documentation/devicetree/bindings/sound/rt5682.txt
+++ b/Documentation/devicetree/bindings/sound/rt5682.txt
@@ -44,7 +44,7 @@ Optional properties:
 - realtek,dmic-delay-ms : Set the delay time (ms) for the requirement of
   the particular DMIC.

-- realtek,dmic-clk-driving-high : Set the high drving of the DMIC clock out.
+- realtek,dmic-clk-driving-high : Set the high driving of the DMIC clock out.

 Pins on the device (for linking into audio routes) for RT5682:

--
2.26.2


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

* Re: [PATCH] docs: devicetree: bindings: sound: Fix a typo in the file rt5682.txt
  2021-03-13 23:18 [PATCH] docs: devicetree: bindings: sound: Fix a typo in the file rt5682.txt Bhaskar Chowdhury
@ 2021-03-13 23:23 ` Randy Dunlap
  2021-03-18 13:33 ` Mark Brown
  2021-03-18 18:36 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-03-13 23:23 UTC (permalink / raw)
  To: Bhaskar Chowdhury, lgirdwood, broonie, dt, alsa-devel,
	devicetree, linux-kernel

On 3/13/21 3:18 PM, Bhaskar Chowdhury wrote:
> 
> s/drving/driving/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  Documentation/devicetree/bindings/sound/rt5682.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/sound/rt5682.txt b/Documentation/devicetree/bindings/sound/rt5682.txt
> index 9c5fadb6ac82..cd8c53d8497e 100644
> --- a/Documentation/devicetree/bindings/sound/rt5682.txt
> +++ b/Documentation/devicetree/bindings/sound/rt5682.txt
> @@ -44,7 +44,7 @@ Optional properties:
>  - realtek,dmic-delay-ms : Set the delay time (ms) for the requirement of
>    the particular DMIC.
> 
> -- realtek,dmic-clk-driving-high : Set the high drving of the DMIC clock out.
> +- realtek,dmic-clk-driving-high : Set the high driving of the DMIC clock out.
> 
>  Pins on the device (for linking into audio routes) for RT5682:
> 
> --


-- 
~Randy


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

* Re: [PATCH] docs: devicetree: bindings: sound:  Fix a typo in the file rt5682.txt
  2021-03-13 23:18 [PATCH] docs: devicetree: bindings: sound: Fix a typo in the file rt5682.txt Bhaskar Chowdhury
  2021-03-13 23:23 ` Randy Dunlap
@ 2021-03-18 13:33 ` Mark Brown
  2021-03-18 18:36 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-03-18 13:33 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: lgirdwood, alsa-devel, devicetree, linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

On Sun, Mar 14, 2021 at 04:48:50AM +0530, Bhaskar Chowdhury wrote:
> 
> s/drving/driving/

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] docs: devicetree: bindings: sound: Fix a typo in the file rt5682.txt
  2021-03-13 23:18 [PATCH] docs: devicetree: bindings: sound: Fix a typo in the file rt5682.txt Bhaskar Chowdhury
  2021-03-13 23:23 ` Randy Dunlap
  2021-03-18 13:33 ` Mark Brown
@ 2021-03-18 18:36 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-03-18 18:36 UTC (permalink / raw)
  To: lgirdwood, devicetree, alsa-devel, Bhaskar Chowdhury, linux-kernel
  Cc: Mark Brown, rdunlap

On Sun, 14 Mar 2021 04:48:50 +0530, Bhaskar Chowdhury wrote:
> s/drving/driving/

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] docs: devicetree: bindings: sound: Fix a typo in the file rt5682.txt
      commit: 8dd855334736f275e9de71096d816c8d9da46bf7

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

end of thread, other threads:[~2021-03-18 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 23:18 [PATCH] docs: devicetree: bindings: sound: Fix a typo in the file rt5682.txt Bhaskar Chowdhury
2021-03-13 23:23 ` Randy Dunlap
2021-03-18 13:33 ` Mark Brown
2021-03-18 18:36 ` Mark Brown

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).