···229229230230static int users = 0;231231232232-static int radio_open(stuct video_device *dev, int flags)232232+static int radio_open(struct video_device *dev, int flags)233233{234234 if(users)235235 return -EBUSY;···949949950950static int users = 0;951951952952-static int camera_open(stuct video_device *dev, int flags)952952+static int camera_open(struct video_device *dev, int flags)953953{954954 if(users)955955 return -EBUSY;
+1-1
Documentation/input/ff.txt
···120120some operations (removing an effect, controlling the playback).121121This if field must be set to -1 by the user in order to tell the driver to122122allocate a new effect.123123-See <linux/input.h> for a description of the ff_effect stuct. You should also123123+See <linux/input.h> for a description of the ff_effect struct. You should also124124find help in a few sketches, contained in files shape.fig and interactive.fig.125125You need xfig to visualize these files.126126
···149149#define PCI_BUS_CARD 0x03150150#define VESA_BUS_CARD 0x04151151152152-/* SCCB struc used for both SCCB and UCB manager compiles! 152152+/* SCCB struct used for both SCCB and UCB manager compiles! 153153 * The UCB Manager treats the SCCB as it's 'native hardware structure' 154154 */155155
+1-1
include/asm-v850/ptrace.h
···9292/* The number of bytes used to store each register. */9393#define _PT_REG_SIZE 494949595-/* Offset of a general purpose register in a stuct pt_regs. */9595+/* Offset of a general purpose register in a struct pt_regs. */9696#define PT_GPR(num) ((num) * _PT_REG_SIZE)97979898/* Offsets of various special registers & fields in a struct pt_regs. */