Hi, On Tue, Sep 9, 2014 at 6:18 PM, Chris Zhong <[email protected]> wrote: > Signed-off-by: Chris Zhong <[email protected]> > > Tested-by: Heiko Stuebner <[email protected]> > --- > > Changes in v10: None
Despite the "None" above, I see that there are indeed changes between v9 and v10: diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c index 0d5afc4..d91f2b6 100644 --- a/drivers/regulator/rk808-regulator.c +++ b/drivers/regulator/rk808-regulator.c @@ -3,8 +3,8 @@ * * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd * - * Author: Chris Zhong<[email protected]> - * Author: Zhang Qing<[email protected]> + * Author: Chris Zhong <[email protected]> + * Author: Zhang Qing <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -348,6 +348,6 @@ module_platform_driver(rk808_regulator_driver); MODULE_DESCRIPTION("regulator driver for the rk808 series PMICs"); MODULE_AUTHOR("Chris Zhong<[email protected]>"); -MODULE_AUTHOR("Zhang Qing<[email protected]>"); +MODULE_AUTHOR("Zhang Qing<[email protected]>"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:rk808-regulator"); That looks like the change requested by Dmitry for v9 (don't remove the space) plus a typo fix (flipping g/q). Interestingly enough the typo fix shows that "MODULE_AUTHOR" should probably also have had a space before the "<". Mark: I think you could just take this (possibly fixing the MODULE_AUTHOR yourself) to fix the linux-next breakage. You can also add: Reviewed-by: Doug Anderson <[email protected]> Tested-by: Doug Anderson <[email protected]> -Doug -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
