From ee9ca9c2e5aa887814ca8c4f333cb4f1efe2e203 Mon Sep 17 00:00:00 2001 From: Jacob and Nathan MacLeod <48350114+jacob-and-nathan@users.noreply.github.com> Date: Fri, 8 Mar 2019 13:54:05 +0000 Subject: [PATCH] Fixed typo: extra space. There was a double space. --- sound/ac97_bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/ac97_bus.c b/sound/ac97_bus.c index 52e4bc54c9acac..8cfaa415713679 100644 --- a/sound/ac97_bus.c +++ b/sound/ac97_bus.c @@ -82,7 +82,7 @@ EXPORT_SYMBOL_GPL(snd_ac97_reset); /* * Let drivers decide whether they want to support given codec from their * probe method. Drivers have direct access to the struct snd_ac97 - * structure and may decide based on the id field amongst other things. + * structure and may decide based on the id field amongst other things. */ static int ac97_bus_match(struct device *dev, struct device_driver *drv) {