]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/staging/dgnc/digi.h
Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / dgnc / digi.h
index 523a2d34f747b9ad7f05911df3d7f60505cb9449..5b983e6f5ee2c8de09e060f1b8f283c23fe424c8 100644 (file)
@@ -109,8 +109,8 @@ struct digi_info {
 
 struct digi_getbuffer /* Struct for holding buffer use counts */
 {
-       unsigned long tIn;
-       unsigned long tOut;
+       unsigned long tx_in;
+       unsigned long tx_out;
        unsigned long rxbuf;
        unsigned long txbuf;
        unsigned long txdone;