···3535/*3636 * Returns the free space inside the ring buffer of this line.3737 *3838- * Should be called while holding line->lock (this does not modify datas).3838+ * Should be called while holding line->lock (this does not modify data).3939 */4040static int write_room(struct line *line)4141{
+1-1
arch/um/drivers/null.c
···99#include "chan_user.h"1010#include "os.h"11111212-/* This address is used only as a unique identifer */1212+/* This address is used only as a unique identifier */1313static int null_chan;14141515static void *null_init(char *str, int device, const struct chan_opts *opts)
+1-1
arch/um/drivers/stderr_console.c
···88/* trivial console driver -- simply dump everything to stderr */991010/*1111- * Don't register by default -- as this registeres very early in the1111+ * Don't register by default -- as this registers very early in the1212 * boot process it becomes the default console.1313 *1414 * Initialized at init time.
+2-2
arch/um/kernel/gmon_syms.c
···1212 * versions in libgcov.1313 *1414 * Since SuSE backported the fix, we cannot handle it depending on GCC version.1515- * So, unconditinally export it. But also give it a weak declaration, which will1616- * be overriden by any other one.1515+ * So, unconditionally export it. But also give it a weak declaration, which will1616+ * be overridden by any other one.1717 */18181919extern void __gcov_init(void *) __attribute__((weak));
+1-1
arch/um/kernel/irq.c
···326326}327327328328/*329329- * do_IRQ handles all normal device IRQ's (the special329329+ * do_IRQ handles all normal device IRQs (the special330330 * SMP cross-CPU interrupts have their own specific331331 * handlers).332332 */
+1-1
arch/um/kernel/ptrace.c
···237237 /* User-mode eip? */238238 info.si_addr = UPT_IS_USER(regs) ? (void __user *) UPT_IP(regs) : NULL;239239240240- /* Send us the fakey SIGTRAP */240240+ /* Send us the fake SIGTRAP */241241 force_sig_info(SIGTRAP, &info, tsk);242242}243243
+1-1
arch/um/sys-i386/bug.c
···66#include <linux/uaccess.h>7788/* Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because99- * that's not relevent in skas mode.99+ * that's not relevant in skas mode.1010 */11111212int is_valid_bugaddr(unsigned long eip)
+1-1
arch/um/sys-i386/tls.c
···4545 * XXX: Consider leaving one free slot for glibc usage at first place. This must4646 * be done here (and by changing GDT_ENTRY_TLS_* macros) and nowhere else.4747 *4848- * Also, this must be tested when compiling in SKAS mode with dinamic linking4848+ * Also, this must be tested when compiling in SKAS mode with dynamic linking4949 * and running against NPTL.5050 */5151static int get_free_idx(struct task_struct* task)
+1-1
arch/um/sys-x86_64/bug.c
···66#include <linux/uaccess.h>7788/* Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because99- * that's not relevent in skas mode.99+ * that's not relevant in skas mode.1010 */11111212int is_valid_bugaddr(unsigned long eip)