Fix up trivial spelling errors ('taht' -> 'that')

Pointed out by Lucas who found the new one in a comment in
setup_percpu.c. And then I fixed the others that I grepped
for.

Reported-by: Lucas <canolucas@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

+4 -4
+1 -1
arch/x86/kernel/setup_percpu.c
··· 239 239 per_cpu(x86_cpu_to_node_map, cpu) = 240 240 early_per_cpu_map(x86_cpu_to_node_map, cpu); 241 241 /* 242 - * Ensure taht the boot cpu numa_node is correct when the boot 242 + * Ensure that the boot cpu numa_node is correct when the boot 243 243 * cpu is on a node that doesn't have memory installed. 244 244 * Also cpu_up() will call cpu_to_node() for APs when 245 245 * MEMORY_HOTPLUG is defined, before per_cpu(numa_node) is set
+1 -1
drivers/usb/gadget/f_fs.c
··· 136 136 * handling setup requests immidiatelly user space may be so 137 137 * slow that another setup will be sent to the gadget but this 138 138 * time not to us but another function and then there could be 139 - * a race. Is taht the case? Or maybe we can use cdev->req 139 + * a race. Is that the case? Or maybe we can use cdev->req 140 140 * after all, maybe we just need some spinlock for that? */ 141 141 struct usb_request *ep0req; /* P: mutex */ 142 142 struct completion ep0req_completion; /* P: mutex */
+1 -1
drivers/video/aty/radeon_pm.c
··· 2872 2872 } 2873 2873 2874 2874 #if 0 2875 - /* Power down TV DAC, taht saves a significant amount of power, 2875 + /* Power down TV DAC, that saves a significant amount of power, 2876 2876 * we'll have something better once we actually have some TVOut 2877 2877 * support 2878 2878 */
+1 -1
fs/jffs2/xattr.c
··· 626 626 627 627 static int check_xattr_ref_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) 628 628 { 629 - /* success of check_xattr_ref_inode() means taht inode (ic) dose not have 629 + /* success of check_xattr_ref_inode() means that inode (ic) dose not have 630 630 * duplicate name/value pairs. If duplicate name/value pair would be found, 631 631 * one will be removed. 632 632 */