/*
* debugging macros
*/
-#undef RNG_DEBUG /* define to enable copious debugging info */
+#undef DEBUG /* define to enable copious debugging info */
I think the '#undef DEBUG' line is supposed to precede all the #includes, yes?
static int rng_dev_open (struct inode *inode, struct file *filp);
static ssize_t rng_dev_read (struct file *filp, char __user *buf, size_t size,
- loff_t * offp);
+ loff_t * offp);
seemingly bogus whitespace change
- bytes_out = xstore(&via_rng_datum, VIA_RNG_CHUNK_1) & VIA_XSTORE_CNT_MASK;
+ bytes_out = xstore(&via_rng_datum, VIA_RNG_CHUNK_1) &
+ VIA_XSTORE_CNT_MASK;
bogus whitespace change
-