Commit 3b75d8bd authored by Till Varoquaux's avatar Till Varoquaux Committed by Greg Kroah-Hartman
Browse files

staging: greybus: loopback: fix a spelling error.

parent 398999da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ static ssize_t name##_##field##_show(struct device *dev, \
			    char *buf)					\
{									\
	struct gb_loopback *gb = dev_get_drvdata(dev);			\
	/* Report 0 for min and max if no transfer successed */		\
	/* Report 0 for min and max if no transfer succeeded */		\
	if (!gb->requests_completed)					\
		return sprintf(buf, "0\n");				\
	return sprintf(buf, "%" #type "\n", gb->name.field);		\