[PATCH v2 7/7] gpio: mockup: add myself as author

From: Bartosz Golaszewski
Date: Tue May 30 2017 - 04:59:07 EST


Just taking credit for the recent changes and new features. :)

Signed-off-by: Bartosz Golaszewski <brgl@xxxxxxxx>
---
drivers/gpio/gpio-mockup.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/gpio/gpio-mockup.c b/drivers/gpio/gpio-mockup.c
index 2f4fe41..536a229 100644
--- a/drivers/gpio/gpio-mockup.c
+++ b/drivers/gpio/gpio-mockup.c
@@ -3,6 +3,7 @@
*
* Copyright (C) 2014 Kamlakant Patel <kamlakant.patel@xxxxxxxxxxxx>
* Copyright (C) 2015-2016 Bamvor Jian Zhang <bamvor.zhangjian@xxxxxxxxxx>
+ * Copyright (C) 2017 Bartosz Golaszewski <brgl@xxxxxxxx>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -432,5 +433,6 @@ module_exit(mock_device_exit);

MODULE_AUTHOR("Kamlakant Patel <kamlakant.patel@xxxxxxxxxxxx>");
MODULE_AUTHOR("Bamvor Jian Zhang <bamvor.zhangjian@xxxxxxxxxx>");
+MODULE_AUTHOR("Bartosz Golaszewski <brgl@xxxxxxxx>");
MODULE_DESCRIPTION("GPIO Testing driver");
MODULE_LICENSE("GPL v2");
--
2.9.3