Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1631552

[PATCH 3/3] ti-soc-thermal: Fix a typo in a comment line

From SF Markus Elfring <elfring@users.sourceforge.net>
Newsgroups linux.kernel
Subject [PATCH 3/3] ti-soc-thermal: Fix a typo in a comment line
Date 2017-04-26 17:50 +0200
Message-ID <tAxmy-4e9-33@gated-at.bofh.it> (permalink)
References <tAxcS-4ap-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Markus Elfring <elfring@users.sourceforge.net>
Date: Wed, 26 Apr 2017 17:11:28 +0200

Add a missing character in this description for a function.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
 drivers/thermal/ti-soc-thermal/ti-bandgap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c
index 109fb0a5f19f..696ab3046b87 100644
--- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c
+++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c
@@ -1010,7 +1010,7 @@ ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id)
 }
 
 /**
- * ti_bandgap_set_continous_mode() - One time enabling of continuous mode
+ * ti_bandgap_set_continuous_mode() - One time enabling of continuous mode
  * @bgp: pointer to struct ti_bandgap
  *
  * Call this function only if HAS(MODE_CONFIG) is set. As this driver may
-- 
2.12.2

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] TI-SoC-thermal: Fine-tuning for two functions SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-26 17:40 +0200
  [PATCH 1/3] ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-26 17:40 +0200
    Re: [PATCH 1/3] ti-soc-thermal: Use devm_kcalloc() in  ti_bandgap_build() Keerthy <j-keerthy@ti.com> - 2017-05-02 06:00 +0200
  [PATCH 2/3] ti-soc-thermal: Delete error messages for failed memory  allocations in ti_bandgap_build() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-26 17:50 +0200
    Re: [PATCH 2/3] ti-soc-thermal: Delete error messages for failed  memory allocations in ti_bandgap_build() Keerthy <j-keerthy@ti.com> - 2017-05-02 06:00 +0200
  [PATCH 3/3] ti-soc-thermal: Fix a typo in a comment line SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-26 17:50 +0200
    Re: [PATCH 3/3] ti-soc-thermal: Fix a typo in a comment line Keerthy <j-keerthy@ti.com> - 2017-05-02 06:00 +0200
  Re: [PATCH 0/3] TI-SoC-thermal: Fine-tuning for two functions Eduardo Valentin <edubezval@gmail.com> - 2017-04-27 18:30 +0200
    Re: [PATCH 0/3] TI-SoC-thermal: Fine-tuning for two functions Keerthy <j-keerthy@ti.com> - 2017-05-01 07:30 +0200
      Re: [PATCH 0/3] TI-SoC-thermal: Fine-tuning for two functions Keerthy <j-keerthy@ti.com> - 2017-05-02 07:00 +0200

csiph-web