public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed an indentation error
@ 2018-06-13 12:25 Parth Y Shah
  2018-06-13 12:32 ` Joe Perches
  2018-06-13 12:36 ` [PATCH] Fixed an indentation error Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Parth Y Shah @ 2018-06-13 12:25 UTC (permalink / raw)
  To: balbi, gregkh, linux-usb; +Cc: linux-kernel, Parth Y Shah

Signed-off-by: Parth Y Shah <sparth1292@gmail.com>
---
 drivers/usb/gadget/configfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/gadget/configfs.c b/drivers/usb/gadget/configfs.c
index efba66c..0675b4a 100644
--- a/drivers/usb/gadget/configfs.c
+++ b/drivers/usb/gadget/configfs.c
@@ -1217,8 +1217,8 @@ static void purge_configs_funcs(struct gadget_info *gi)
 			list_move_tail(&f->list, &cfg->func_list);
 			if (f->unbind) {
 				dev_dbg(&gi->cdev.gadget->dev,
-				         "unbind function '%s'/%p\n",
-				         f->name, f);
+						"unbind function '%s'/%p\n",
+						f->name, f);
 				f->unbind(c, f);
 			}
 		}
-- 
2.7.4


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

end of thread, other threads:[~2018-06-14  6:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13 12:25 [PATCH] Fixed an indentation error Parth Y Shah
2018-06-13 12:32 ` Joe Perches
2018-06-14  6:32   ` [PATCH v2] Fixed a checkpatch error Parth Y Shah
2018-06-14  6:42     ` Greg KH
2018-06-13 12:36 ` [PATCH] Fixed an indentation error Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox