Fix "stuct", "strut", "struc" typos

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by Alexey Dobriyan and committed by Adrian Bunk 32357988 fad6a94e

+8 -8
+2 -2
Documentation/DocBook/videobook.tmpl
··· 229 229 230 230 static int users = 0; 231 231 232 - static int radio_open(stuct video_device *dev, int flags) 232 + static int radio_open(struct video_device *dev, int flags) 233 233 { 234 234 if(users) 235 235 return -EBUSY; ··· 949 949 950 950 static int users = 0; 951 951 952 - static int camera_open(stuct video_device *dev, int flags) 952 + static int camera_open(struct video_device *dev, int flags) 953 953 { 954 954 if(users) 955 955 return -EBUSY;
+1 -1
Documentation/input/ff.txt
··· 120 120 some operations (removing an effect, controlling the playback). 121 121 This if field must be set to -1 by the user in order to tell the driver to 122 122 allocate a new effect. 123 - See <linux/input.h> for a description of the ff_effect stuct. You should also 123 + See <linux/input.h> for a description of the ff_effect struct. You should also 124 124 find help in a few sketches, contained in files shape.fig and interactive.fig. 125 125 You need xfig to visualize these files. 126 126
+1 -1
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
··· 5577 5577 <informalexample> 5578 5578 <programlisting> 5579 5579 <![CDATA[ 5580 - static int mychip_suspend(strut pci_dev *pci, pm_message_t state) 5580 + static int mychip_suspend(struct pci_dev *pci, pm_message_t state) 5581 5581 { 5582 5582 /* (1) */ 5583 5583 struct snd_card *card = pci_get_drvdata(pci);
+1 -1
drivers/net/wan/lmc/lmc_main.c
··· 641 641 spin_lock_irqsave(&sc->lmc_lock, flags); 642 642 643 643 if(sc->check != 0xBEAFCAFE){ 644 - printk("LMC: Corrupt net_device stuct, breaking out\n"); 644 + printk("LMC: Corrupt net_device struct, breaking out\n"); 645 645 spin_unlock_irqrestore(&sc->lmc_lock, flags); 646 646 return; 647 647 }
+1 -1
drivers/scsi/FlashPoint.c
··· 149 149 #define PCI_BUS_CARD 0x03 150 150 #define VESA_BUS_CARD 0x04 151 151 152 - /* SCCB struc used for both SCCB and UCB manager compiles! 152 + /* SCCB struct used for both SCCB and UCB manager compiles! 153 153 * The UCB Manager treats the SCCB as it's 'native hardware structure' 154 154 */ 155 155
+1 -1
include/asm-v850/ptrace.h
··· 92 92 /* The number of bytes used to store each register. */ 93 93 #define _PT_REG_SIZE 4 94 94 95 - /* Offset of a general purpose register in a stuct pt_regs. */ 95 + /* Offset of a general purpose register in a struct pt_regs. */ 96 96 #define PT_GPR(num) ((num) * _PT_REG_SIZE) 97 97 98 98 /* Offsets of various special registers & fields in a struct pt_regs. */
+1 -1
include/linux/pfkeyv2.h
··· 104 104 /* followed by: 105 105 struct sadb_comb sadb_combs[(sadb_prop_len + 106 106 sizeof(uint64_t) - sizeof(struct sadb_prop)) / 107 - sizeof(strut sadb_comb)]; */ 107 + sizeof(struct sadb_comb)]; */ 108 108 109 109 struct sadb_comb { 110 110 uint8_t sadb_comb_auth;