diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/debuglib.c | 2 | ||||
-rw-r--r-- | fs/jffs2/readinode.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1484,7 +1484,7 @@ kernelversion: | |||
1484 | # Single targets | 1484 | # Single targets |
1485 | # --------------------------------------------------------------------------- | 1485 | # --------------------------------------------------------------------------- |
1486 | # Single targets are compatible with: | 1486 | # Single targets are compatible with: |
1487 | # - build whith mixed source and output | 1487 | # - build with mixed source and output |
1488 | # - build with separate output dir 'make O=...' | 1488 | # - build with separate output dir 'make O=...' |
1489 | # - external modules | 1489 | # - external modules |
1490 | # | 1490 | # |
diff --git a/drivers/isdn/hardware/eicon/debuglib.c b/drivers/isdn/hardware/eicon/debuglib.c index a19b7ffe9ace..e39c5c1f623e 100644 --- a/drivers/isdn/hardware/eicon/debuglib.c +++ b/drivers/isdn/hardware/eicon/debuglib.c | |||
@@ -106,7 +106,7 @@ DbgRegister (char *drvName, char *drvTag, unsigned long dbgMask) | |||
106 | return (1) ; | 106 | return (1) ; |
107 | } | 107 | } |
108 | /* | 108 | /* |
109 | * Check if we registered whith an old maint driver (see debuglib.h) | 109 | * Check if we registered with an old maint driver (see debuglib.h) |
110 | */ | 110 | */ |
111 | if ( myDriverDebugHandle.dbg_end != NULL | 111 | if ( myDriverDebugHandle.dbg_end != NULL |
112 | /* location of 'dbg_prt' in _OldDbgHandle_ struct */ | 112 | /* location of 'dbg_prt' in _OldDbgHandle_ struct */ |
diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c index 2eae5d2dbebe..6c1ba3566f58 100644 --- a/fs/jffs2/readinode.c +++ b/fs/jffs2/readinode.c | |||
@@ -741,7 +741,7 @@ static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref | |||
741 | * are not obsolete. | 741 | * are not obsolete. |
742 | * | 742 | * |
743 | * Of course, this optimization only makes sense in case | 743 | * Of course, this optimization only makes sense in case |
744 | * of NAND flashes (or other flashes whith | 744 | * of NAND flashes (or other flashes with |
745 | * !jffs2_can_mark_obsolete()), since on NOR flashes | 745 | * !jffs2_can_mark_obsolete()), since on NOR flashes |
746 | * nodes are marked obsolete physically. | 746 | * nodes are marked obsolete physically. |
747 | * | 747 | * |