From: Pavel Machek Date: Mon, 30 Sep 2013 12:56:02 +0000 (+0200) Subject: usb: gadget: s3c-hsotg: fix CodingStyle issues X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~22^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a023da331c1d2a26669161031fe6e2c8e0a2009e;p=pandora-kernel.git usb: gadget: s3c-hsotg: fix CodingStyle issues checkpatch.pl has some valid complaints about style in s3c-hsotg.c: - macro with 'if' should be really enclosed in 'do {} while (0)' - seq_puts() is going to be slightly faster than seq_printf() - pr_err() is shorter than printk(KERN_ERR ...) Signed-off-by: Pavel Machek [bzolnier: minor fixes] Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed