diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-30 10:26:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-30 10:26:43 -0400 |
commit | c8988efc884c680eb4f34295df6689a7e312c15d (patch) | |
tree | 573cfefc2ab21a033ae98fa2afbd57f1f6528496 /drivers/mtd/mtdcore.c | |
parent | 6eecaf5d0f6b9a500dd5798f1f2bc8296bcfe158 (diff) | |
parent | 0cf207ec01cbacae47585fcc26591dd2296507d6 (diff) |
Merge branch '2021-09-30-whitespace-cleanups' into next
- A large number of whitespace cleanups from Wolfgang
Diffstat (limited to 'drivers/mtd/mtdcore.c')
-rw-r--r-- | drivers/mtd/mtdcore.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c index 582129d0df1..9496903e861 100644 --- a/drivers/mtd/mtdcore.c +++ b/drivers/mtd/mtdcore.c @@ -4,7 +4,7 @@ * drivers and users. * * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> - * Copyright © 2006 Red Hat UK Limited + * Copyright © 2006 Red Hat UK Limited * */ @@ -123,7 +123,7 @@ void *idr_get_next(struct idr *idp, int *next) } else { *next = 0; } - + return ret; } @@ -799,8 +799,8 @@ static bool mtd_device_matches_name(struct mtd_info *mtd, const char *name) * device name * @name: MTD device name to open * - * This function returns MTD device description structure in case of - * success and an error code in case of failure. + * This function returns MTD device description structure in case of + * success and an error code in case of failure. */ struct mtd_info *get_mtd_device_nm(const char *name) { |