Karl Mehltretter <[email protected]> writes:
> struct vas_setup_attr does not exist; the name is struct
> vas_tx_win_open_attr.
>
> Use struct vas_tx_win_open_attr.
>
Thanks for fixing this.
> Fixes: c12e38b1d52e ("Documentation/powerpc: VAS API")
yup. Looks like this UAPI name was wrong since day one.
While at it - would you like to fix the ioctl definition too in the same
file?
#define VAS_MAGIC 'v'
- #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 1,
+ #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20,
struct vas_tx_win_open_attr)
struct vas_tx_win_open_attr attr;
-ritesh