aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-21 13:06:27 +0800
committerGeert Uytterhoeven <geert@linux-m68k.org>2022-07-04 19:37:59 +0200
commit4977636d44b8d02cab7d04616283005b733477d7 (patch)
treee6f2590c4ace276f80e0607eb84f096e06f2697a /arch/m68k
parentm68k: sun3: Use __func__ to get function's name in an output message (diff)
downloadlinux-dev-4977636d44b8d02cab7d04616283005b733477d7.tar.xz
linux-dev-4977636d44b8d02cab7d04616283005b733477d7.zip
m68k: q40: Align '*' in comments
The '*' in the comment is not aligned. Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Link: https://lore.kernel.org/r/20220621050627.13666-1-jiangjian@cdjrlc.com Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/q40/q40ints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c
index 6886a5d0007b..d15057d34e56 100644
--- a/arch/m68k/q40/q40ints.c
+++ b/arch/m68k/q40/q40ints.c
@@ -32,7 +32,7 @@
* 33 : frame int (50/200 Hz periodic timer)
* 34 : sample int (10/20 KHz periodic timer)
*
-*/
+ */
static void q40_irq_handler(unsigned int, struct pt_regs *fp);
static void q40_irq_enable(struct irq_data *data);