diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-10-16 13:32:47 +0100 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2015-10-17 10:36:56 +0530 |
commit | 6c03663f98b91cdd04fce2c9fb7a2cc5d164eded (patch) | |
tree | a7d1140f64d9503e5b0ae5fcf2a1a78f2844964f /drivers/mailbox/mailbox-sti.c | |
parent | 8ea4484d0c2bb4e2152261943fa1a3522654b1c7 (diff) | |
download | linux-6c03663f98b91cdd04fce2c9fb7a2cc5d164eded.tar.gz linux-6c03663f98b91cdd04fce2c9fb7a2cc5d164eded.tar.bz2 linux-6c03663f98b91cdd04fce2c9fb7a2cc5d164eded.zip |
mailbox: Fix a couple of trivial static checker issues
This patch deals with a few spelling, white space and type
warnings reported by Intel's Kbuild Test Robot.
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/mailbox-sti.c')
-rw-r--r-- | drivers/mailbox/mailbox-sti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox-sti.c b/drivers/mailbox/mailbox-sti.c index f11d4e8feabf..4835817c5365 100644 --- a/drivers/mailbox/mailbox-sti.c +++ b/drivers/mailbox/mailbox-sti.c @@ -64,7 +64,7 @@ struct sti_mbox_device { }; /** - * STi Mailbox platform specfic configuration + * STi Mailbox platform specific configuration * * @num_inst: Maximum number of instances in one HW Mailbox * @num_chan: Maximum number of channel per instance |