diff options
author | Preetham Chandru <pchandru@nvidia.com> | 2012-05-29 21:41:59 +0530 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-05-31 05:46:17 -0700 |
commit | 603f44ae35993b56d0971f7aaa9c797114c11d24 (patch) | |
tree | 2c0299794452282d058f42c3796db92584e94c87 /drivers/media/video/tegra/sh532u.c | |
parent | 40477b44d12e3bc6c2af13b24dfeaf2ea43762ac (diff) |
media: video: tegra: space correction
A space is missing between the words 'an' and 'independent'
in the print statement:
dev_info(&info->i2c_client->dev,
"%s no regulator found for %s. "
"This board may not have an"
"independent %s regulator.\n",
__func__, info->vreg[j].vreg_name,
info->vreg[j].vreg_name);
Bug 991768
Signed-off-by: Preetham Chandru <pchandru@nvidia.com>
Change-Id: Idde809c162b3b32c1db57436273af1810f03000a
Reviewed-on: http://git-master/r/105157
Tested-by: Preetham Chandru <pchandru@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/media/video/tegra/sh532u.c')
-rw-r--r-- | drivers/media/video/tegra/sh532u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tegra/sh532u.c b/drivers/media/video/tegra/sh532u.c index f41b44ce9530..4c7ef5aeaeab 100644 --- a/drivers/media/video/tegra/sh532u.c +++ b/drivers/media/video/tegra/sh532u.c @@ -532,7 +532,7 @@ static int sh532u_vreg_init(struct sh532u_info *info) else dev_info(&info->i2c_client->dev, "%s no regulator found for %s. " - "This board may not have an" + "This board may not have an " "independent %s regulator.\n", __func__, info->vreg[j].vreg_name, info->vreg[j].vreg_name); |