Message ID | 1410268670-7132-1-git-send-email-stigge@antcom.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 61e89e65e31516cae8124599e43be955eb10514c |
Headers | show |
On Tue, Sep 09, 2014 at 03:17:50PM +0200, Roland Stigge wrote: > This patch fixes an error message typo ("not" missing). > > Signed-off-by: Roland Stigge <stigge@antcom.de> Applied. Please use subject lines matching the style for the subsystem.
--- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -2136,7 +2136,7 @@ static int pl022_probe(struct amba_devic cs_gpio); else if (gpio_direction_output(cs_gpio, 1)) dev_err(&adev->dev, - "could set gpio %d as output\n", + "could not set gpio %d as output\n", cs_gpio); } }
This patch fixes an error message typo ("not" missing). Signed-off-by: Roland Stigge <stigge@antcom.de> --- drivers/spi/spi-pl022.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html