projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84cac39
)
caif: Fix recieve/receive typo
author
Joe Perches
<joe@perches.com>
Wed, 29 Jun 2011 12:52:03 +0000
(
05:52
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 29 Jun 2011 12:52:03 +0000
(
05:52
-0700)
Just spelling fixes.
Actually, a twofer with vaiables/variables as well.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/caif/caif_hsi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/caif/caif_hsi.c
b/drivers/net/caif/caif_hsi.c
index 7a8ce61234a733e520aa848c10697021117c88a5..016108a3b1c3f775e48be58b661e8e640517ee64 100644
(file)
--- a/
drivers/net/caif/caif_hsi.c
+++ b/
drivers/net/caif/caif_hsi.c
@@
-988,7
+988,7
@@
int cfhsi_probe(struct platform_device *pdev)
goto err_alloc_rx;
}
- /* Initialize rec
ieve va
iables. */
+ /* Initialize rec
eive var
iables. */
cfhsi->rx_ptr = cfhsi->rx_buf;
cfhsi->rx_len = CFHSI_DESC_SZ;