Re: [PATCH] 6/41 sound/oss/pss.c - convert cli to spinlocks

From: Tomas Szepe (szepe@pinerecords.com)
Date: Fri Aug 30 2002 - 02:47:30 EST


> static pss_confdata *devc = &pss_data;
                           ^ ^
> +static spinlock_t lock=SPIN_LOCK_UNLOCKED;

> if (!pss_put_dspword(devc, *data++)) {
                                                          ^
> + spin_unlock_irqrestore(&lock,flags);

Would you please take care not to clutter the original sources with
lines in a different C formatting style?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Aug 31 2002 - 22:00:30 EST