diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2026-02-07 21:17:07 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2026-02-08 08:31:13 +0100 |
| commit | 391fdea73b73673410c5e267ec08efd45b3f38ee (patch) | |
| tree | ef4bd3e06a0dfd5f45426f5944933019545db4e7 /miscutils/devfsd.c | |
| parent | 8289b346265ef63a809c68b608cd7689bbf0a342 (diff) | |
| download | busybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.tar.gz busybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.tar.bz2 busybox-w32-391fdea73b73673410c5e267ec08efd45b3f38ee.zip | |
*: whitespace cleanup
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/devfsd.c')
| -rw-r--r-- | miscutils/devfsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 642cd3637..d57691414 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
| @@ -962,7 +962,6 @@ static void action_compat(const struct devfsd_notify_struct *info, unsigned int | |||
| 962 | dest_name = dest_buf; | 962 | dest_name = dest_buf; |
| 963 | compat_name = compat_buf; | 963 | compat_name = compat_buf; |
| 964 | 964 | ||
| 965 | |||
| 966 | /* 1 == scsi/generic 2 == scsi/disc 3 == scsi/cd 6 == ide/host/disc 7 == ide/host/cd */ | 965 | /* 1 == scsi/generic 2 == scsi/disc 3 == scsi/cd 6 == ide/host/disc 7 == ide/host/cd */ |
| 967 | if (i == 1 || i == 2 || i == 3 || i == 6 || i ==7) | 966 | if (i == 1 || i == 2 || i == 3 || i == 6 || i ==7) |
| 968 | sprintf(compat_buf, fmt[i], host, bus, target, lun); | 967 | sprintf(compat_buf, fmt[i], host, bus, target, lun); |
