From f54a0d6a18021ddb10840292f4e28d1666722310 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Apr 2020 09:42:51 +0200 Subject: [PATCH] dsp56k.4: wfix The structure in the kernel appears to be named 'dsp56k_upload' not 'dsp56k_binary'. And this appears always to have been so. Signed-off-by: Michael Kerrisk --- man4/dsp56k.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man4/dsp56k.4 b/man4/dsp56k.4 index ed2ea51ac..f7fbee5cb 100644 --- a/man4/dsp56k.4 +++ b/man4/dsp56k.4 @@ -68,7 +68,7 @@ calls are used to control the resets the DSP56001 and uploads a program. The third .BR ioctl (2) -argument must be a pointer to a \fIstruct dsp56k_binary\fP with members +argument must be a pointer to a \fIstruct dsp56k_upload\fP with members \fIbin\fP pointing to a DSP56001 binary program, and \fIlen\fP set to the length of the program, counted in 24-bit words. .IP \fBDSP56K_SET_TX_WSIZE\fP