linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Code cleanup - nvec
@ 2016-06-06 23:05 Rithvik Patibandla
  2016-06-06 23:28 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Rithvik Patibandla @ 2016-06-06 23:05 UTC (permalink / raw)
  To: marvin24; +Cc: gregkh, ac100, linux-tegra, devel, linux-kernel

Signed-off-by: Rithvik Patibandla <rithvikp98@gmail.com>
---
 drivers/staging/nvec/nvec-keytable.h | 3 +--
 drivers/staging/nvec/nvec_power.c    | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/nvec/nvec-keytable.h b/drivers/staging/nvec/nvec-keytable.h
index 1dc22cb..b51f756 100644
--- a/drivers/staging/nvec/nvec-keytable.h
+++ b/drivers/staging/nvec/nvec-keytable.h
@@ -17,8 +17,7 @@
  * more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ * with this program; if not, it is already included in Linux.
  */
 
 static unsigned short code_tab_102us[] = {
diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c
index fcbb0fa..09befbb 100644
--- a/drivers/staging/nvec/nvec_power.c
+++ b/drivers/staging/nvec/nvec_power.c
@@ -442,7 +442,7 @@ static struct platform_driver nvec_power_driver = {
 	.remove = nvec_power_remove,
 	.driver = {
 		   .name = "nvec-power",
-		   }
+		}
 };
 
 module_platform_driver(nvec_power_driver);
-- 
2.7.4

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

* Re: [PATCH] Code cleanup - nvec
  2016-06-06 23:05 [PATCH] Code cleanup - nvec Rithvik Patibandla
@ 2016-06-06 23:28 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-06-06 23:28 UTC (permalink / raw)
  To: Rithvik Patibandla; +Cc: marvin24, ac100, linux-tegra, devel, linux-kernel

On Tue, Jun 07, 2016 at 04:35:18AM +0530, Rithvik Patibandla wrote:
> Signed-off-by: Rithvik Patibandla <rithvikp98@gmail.com>
> ---

I can't take patches with no changelog text, sorry.

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

end of thread, other threads:[~2016-06-06 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-06 23:05 [PATCH] Code cleanup - nvec Rithvik Patibandla
2016-06-06 23:28 ` Greg KH

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