Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b60745b9 authored by Simon Arlott's avatar Simon Arlott Committed by Adrian Bunk
Browse files

spelling fixes: arch/um/



Spelling fixes in arch/um/.

Signed-off-by: default avatarSimon Arlott <simon@fire.lp0.eu>
Acked-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 0c79cf6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ static void line_timer_cb(struct work_struct *work)
/*
 * Returns the free space inside the ring buffer of this line.
 *
 * Should be called while holding line->lock (this does not modify datas).
 * Should be called while holding line->lock (this does not modify data).
 */
static int write_room(struct line *line)
{
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#include "chan_user.h"
#include "os.h"

/* This address is used only as a unique identifer */
/* This address is used only as a unique identifier */
static int null_chan;

static void *null_init(char *str, int device, const struct chan_opts *opts)
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
/* trivial console driver -- simply dump everything to stderr                    */

/*
 * Don't register by default -- as this registeres very early in the
 * Don't register by default -- as this registers very early in the
 * boot process it becomes the default console.
 *
 * Initialized at init time.
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ EXPORT_SYMBOL(__bb_init_func);
 * versions in libgcov.
 *
 * Since SuSE backported the fix, we cannot handle it depending on GCC version.
 * So, unconditinally export it. But also give it a weak declaration, which will
 * be overriden by any other one.
 * So, unconditionally export it. But also give it a weak declaration, which will
 * be overridden by any other one.
 */

extern void __gcov_init(void *) __attribute__((weak));
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ int deactivate_all_fds(void)
}

/*
 * do_IRQ handles all normal device IRQ's (the special
 * do_IRQ handles all normal device IRQs (the special
 * SMP cross-CPU interrupts have their own specific
 * handlers).
 */
Loading