projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c85ddec
)
firestream: fix spelling mistake: "Inititing" -> "Initializing"
author
Colin Ian King
<colin.king@canonical.com>
Sun, 25 Nov 2018 23:21:08 +0000
(23:21 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 27 Nov 2018 23:32:06 +0000
(15:32 -0800)
There are spelling mistakes in debug messages, fix them.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/firestream.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/atm/firestream.c
b/drivers/atm/firestream.c
index 4e46dc9e41ad01142ffdcfe1c38921df9db0ebda..11e1663bdc4dee0e2cfd7cd9ba61783d00277bbf 100644
(file)
--- a/
drivers/atm/firestream.c
+++ b/
drivers/atm/firestream.c
@@
-1410,7
+1410,7
@@
static int init_q(struct fs_dev *dev, struct queue *txq, int queue,
func_enter ();
- fs_dprintk (FS_DEBUG_INIT, "Initi
ting queue at %x: %d entries:\n",
+ fs_dprintk (FS_DEBUG_INIT, "Initi
alizing queue at %x: %d entries:\n",
queue, nentries);
p = aligned_kmalloc (sz, GFP_KERNEL, 0x10);
@@
-1443,7
+1443,7
@@
static int init_fp(struct fs_dev *dev, struct freepool *fp, int queue,
{
func_enter ();
- fs_dprintk (FS_DEBUG_INIT, "Initi
t
ing free pool at %x:\n", queue);
+ fs_dprintk (FS_DEBUG_INIT, "Initi
aliz
ing free pool at %x:\n", queue);
write_fs (dev, FP_CNF(queue), (bufsize * RBFP_RBS) | RBFP_RBSVAL | RBFP_CME);
write_fs (dev, FP_SA(queue), 0);