···229230static int users = 0;231232-static int radio_open(stuct video_device *dev, int flags)233{234 if(users)235 return -EBUSY;···949950static int users = 0;951952-static int camera_open(stuct video_device *dev, int flags)953{954 if(users)955 return -EBUSY;
···229230static int users = 0;231232+static int radio_open(struct video_device *dev, int flags)233{234 if(users)235 return -EBUSY;···949950static int users = 0;951952+static int camera_open(struct video_device *dev, int flags)953{954 if(users)955 return -EBUSY;
+1-1
Documentation/input/ff.txt
···120some operations (removing an effect, controlling the playback).121This if field must be set to -1 by the user in order to tell the driver to122allocate a new effect.123-See <linux/input.h> for a description of the ff_effect stuct. You should also124find help in a few sketches, contained in files shape.fig and interactive.fig.125You need xfig to visualize these files.126
···120some operations (removing an effect, controlling the playback).121This if field must be set to -1 by the user in order to tell the driver to122allocate a new effect.123+See <linux/input.h> for a description of the ff_effect struct. You should also124find help in a few sketches, contained in files shape.fig and interactive.fig.125You need xfig to visualize these files.126
···149#define PCI_BUS_CARD 0x03150#define VESA_BUS_CARD 0x04151152-/* SCCB struc used for both SCCB and UCB manager compiles! 153 * The UCB Manager treats the SCCB as it's 'native hardware structure' 154 */155
···149#define PCI_BUS_CARD 0x03150#define VESA_BUS_CARD 0x04151152+/* SCCB struct used for both SCCB and UCB manager compiles! 153 * The UCB Manager treats the SCCB as it's 'native hardware structure' 154 */155
+1-1
include/asm-v850/ptrace.h
···92/* The number of bytes used to store each register. */93#define _PT_REG_SIZE 49495-/* Offset of a general purpose register in a stuct pt_regs. */96#define PT_GPR(num) ((num) * _PT_REG_SIZE)9798/* Offsets of various special registers & fields in a struct pt_regs. */
···92/* The number of bytes used to store each register. */93#define _PT_REG_SIZE 49495+/* Offset of a general purpose register in a struct pt_regs. */96#define PT_GPR(num) ((num) * _PT_REG_SIZE)9798/* Offsets of various special registers & fields in a struct pt_regs. */