summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/sep_driver_config.h
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-03-28 01:14:56 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-28 16:06:27 -0700
commit1cedfa317eb15a82b4e44ed868f4e451238d5aea (patch)
tree56067336b10632f1560232bf2ac047c87efc7ff6 /drivers/staging/sep/sep_driver_config.h
parentb26c05a207de3a2f84f1e084ad47a55a2d8e6fb0 (diff)
staging: sep: Fix typo in printk within sep driver
Correct spelling typo in printk. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sep/sep_driver_config.h')
-rw-r--r--drivers/staging/sep/sep_driver_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sep/sep_driver_config.h b/drivers/staging/sep/sep_driver_config.h
index 7d7c7ab610b..4b6e3074363 100644
--- a/drivers/staging/sep/sep_driver_config.h
+++ b/drivers/staging/sep/sep_driver_config.h
@@ -219,7 +219,7 @@ held by the process (struct file) */
/* maximum number of entries in the caller id table */
#define SEP_CALLER_ID_TABLE_NUM_ENTRIES 20
-/* maximum number of symetric operation (that require DMA resource)
+/* maximum number of symmetric operation (that require DMA resource)
per one message */
#define SEP_MAX_NUM_SYNC_DMA_OPS 16