Skip to content

Commit 159d813

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina: "Usual rocket science -- mostly documentation and comment updates" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: sparse: fix comment doc: fix double words isdn: capi: fix "CAPI_VERSION" comment doc: DocBook: Fix typos in xml and template file Bluetooth: add module name for btwilink driver core: unexport static function create_syslog_header mmc: core: typo fix in printk specifier ARM: spear: clean up editing mistake net-sysfs: fix comment typo 'CONFIG_SYFS' doc: Insert MODULE_ in module-signing macros Documentation: update URL to hfsplus Technote 1150 gpio: update path to documentation ixgbe: Fix format string in ixgbe_fcoe. Kconfig: Remove useless "default N" lines user_namespace.c: Remove duplicated word in comment CREDITS: fix formatting treewide: Fix typo in Documentation/DocBook mm: Fix warning on make htmldocs caused by slab.c ata: ata-samsung_cf: cleanup in header file idr: remove unused prototype of idr_free()
2 parents 05bf58c + c800bcd commit 159d813

File tree

67 files changed

+70
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+70
-97
lines changed

CREDITS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ E: [email protected]
12291229
D: Kernel / timekeeping stuff
12301230
S: Carlisle, MA 01741
12311231
S: USA
1232-
1232+
12331233
N: Jan-Benedict Glaw
12341234
12351235
D: SRM environment driver (for Alpha systems)
@@ -2560,7 +2560,7 @@ S: 22 Seaview St
25602560
S: Fullarton 5063
25612561
S: South Australia
25622562

2563-
N. Wolfgang Muees
2563+
N: Wolfgang Muees
25642564
25652565
D: Auerswald USB driver
25662566

Documentation/DocBook/media/dvb/dvbproperty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ get/set up to 64 properties. The actual meaning of each property is described on
196196
<para>1)For satellital delivery systems, it is measured in kHz.
197197
For the other ones, it is measured in Hz.</para>
198198
<para>2)For ISDB-T, the channels are usually transmitted with an offset of 143kHz.
199-
E.g. a valid frequncy could be 474143 kHz. The stepping is bound to the bandwidth of
199+
E.g. a valid frequency could be 474143 kHz. The stepping is bound to the bandwidth of
200200
the channel which is 6MHz.</para>
201201

202202
<para>3)As in ISDB-Tsb the channel consists of only one or three segments the

Documentation/DocBook/media/v4l/compat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ linkend="control" />.</para>
397397

398398
<para>The <structfield>depth</structfield> (average number of
399399
bits per pixel) of a video image is implied by the selected image
400-
format. V4L2 does not explicitely provide such information assuming
400+
format. V4L2 does not explicitly provide such information assuming
401401
applications recognizing the format are aware of the image depth and
402402
others need not know. The <structfield>palette</structfield> field
403403
moved into the &v4l2-pix-format;:<informaltable>

Documentation/DocBook/media_api.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Foundation. A copy of the license is included in the chapter entitled
5858
<title>Introduction</title>
5959

6060
<para>This document covers the Linux Kernel to Userspace API's used by
61-
video and radio straming devices, including video cameras,
61+
video and radio streaming devices, including video cameras,
6262
analog and digital TV receiver cards, AM/FM receiver cards,
6363
streaming capture devices.</para>
6464
<para>It is divided into four parts.</para>

Documentation/filesystems/autofs4-mount-control.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ AUTOFS_DEV_IOCTL_OPENMOUNT and AUTOFS_DEV_IOCTL_CLOSEMOUNT
255255

256256
Obtain and release a file descriptor for an autofs managed mount point
257257
path. The open call requires an initialized struct autofs_dev_ioctl with
258-
the the path field set and the size field adjusted appropriately as well
258+
the path field set and the size field adjusted appropriately as well
259259
as the arg1 field set to the device number of the autofs mount. The
260260
device number can be obtained from the mount options shown in
261261
/proc/mounts. The close call requires an initialized struct

Documentation/filesystems/hfsplus.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ References
5656

5757
kernel source: <file:fs/hfsplus>
5858

59-
Apple Technote 1150 http://developer.apple.com/technotes/tn/tn1150.html
59+
Apple Technote 1150 https://developer.apple.com/legacy/library/technotes/tn/tn1150.html

Documentation/futex-requeue-pi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pthread_cond_wait_pi(cond, mutex)
6767
lock(cond->__data.__lock);
6868
} while(...)
6969
unlock(cond->__data.__lock);
70-
/* the kernel acquired the the mutex for us */
70+
/* the kernel acquired the mutex for us */
7171
}
7272

7373
pthread_cond_broadcast_pi(cond)

Documentation/input/multi-touch-protocol.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ simple scheme, which is compatible with earlier usage, is:
372372

373373
Rationale: We have no information about the orientation of the touching
374374
ellipse, so approximate it with an inscribed circle instead. The tool
375-
ellipse should align with the the vector (T - C), so the diameter must
375+
ellipse should align with the vector (T - C), so the diameter must
376376
increase with distance(T, C). Finally, assume that the touch diameter is
377377
equal to the tool thickness, and we arrive at the formulas above.
378378

Documentation/kmemcheck.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ initialized. This is the beginning of the struct:
541541
92 } _sifields;
542542
93 } siginfo_t;
543543

544-
On 64-bit, the int is 4 bytes long, so it must the the union member that has
544+
On 64-bit, the int is 4 bytes long, so it must the union member that has
545545
not been initialized. We can verify this using gdb:
546546

547547
$ gdb vmlinux

Documentation/memory-barriers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ code. Here are some examples of these sorts of optimizations:
14011401
process_message(msg);
14021402
}
14031403

1404-
There is nothing to prevent the the compiler from transforming
1404+
There is nothing to prevent the compiler from transforming
14051405
process_level() to the following, in fact, this might well be a
14061406
win for single-threaded code:
14071407

Documentation/module-signing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ This has a number of options available:
7777
This presents a choice of which hash algorithm the installation phase will
7878
sign the modules with:
7979

80-
CONFIG_SIG_SHA1 "Sign modules with SHA-1"
81-
CONFIG_SIG_SHA224 "Sign modules with SHA-224"
82-
CONFIG_SIG_SHA256 "Sign modules with SHA-256"
83-
CONFIG_SIG_SHA384 "Sign modules with SHA-384"
84-
CONFIG_SIG_SHA512 "Sign modules with SHA-512"
80+
CONFIG_MODULE_SIG_SHA1 "Sign modules with SHA-1"
81+
CONFIG_MODULE_SIG_SHA224 "Sign modules with SHA-224"
82+
CONFIG_MODULE_SIG_SHA256 "Sign modules with SHA-256"
83+
CONFIG_MODULE_SIG_SHA384 "Sign modules with SHA-384"
84+
CONFIG_MODULE_SIG_SHA512 "Sign modules with SHA-512"
8585

8686
The algorithm selected here will also be built into the kernel (rather
8787
than being a module) so that modules signed with that algorithm can have

Documentation/networking/spider_net.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Thus, in an idle system, the GDACTDPA, tail and head pointers will
7373
all be pointing at the same descr, which should be "empty". All of the
7474
other descrs in the ring should be "empty" as well.
7575

76-
The show_rx_chain() routine will print out the the locations of the
76+
The show_rx_chain() routine will print out the locations of the
7777
GDACTDPA, tail and head pointers. It will also summarize the contents
7878
of the ring, starting at the tail pointer, and listing the status
7979
of the descrs that follow.

Documentation/power/devices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ When resuming from freeze, standby or memory sleep, the phases are:
391391
the resume methods. This generally involves undoing the actions of the
392392
preceding suspend_late phase.
393393

394-
3 The resume methods should bring the the device back to its operating
394+
3 The resume methods should bring the device back to its operating
395395
state, so that it can perform normal I/O. This generally involves
396396
undoing the actions of the suspend phase.
397397

Documentation/security/Smack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Good for you, you've decided to clean the elevator!"
44
- The Elevator, from Dark Star
55

6-
Smack is the the Simplified Mandatory Access Control Kernel.
6+
Smack is the Simplified Mandatory Access Control Kernel.
77
Smack is a kernel based implementation of mandatory access
88
control that includes simplicity in its primary design goals.
99

Documentation/trace/ring-buffer-design.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ against nested writers.
683683
cmpxchg(tail_page, temp_page, next_page)
684684

685685
The above will update the tail page if it is still pointing to the expected
686-
page. If this fails, a nested write pushed it forward, the the current write
686+
page. If this fails, a nested write pushed it forward, the current write
687687
does not need to push it.
688688

689689

Documentation/usb/WUSB-Design-overview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ updated content.
2525
* Design-overview.txt-1.8
2626

2727
This code implements a Ultra Wide Band stack for Linux, as well as
28-
drivers for the the USB based UWB radio controllers defined in the
28+
drivers for the USB based UWB radio controllers defined in the
2929
Wireless USB 1.0 specification (including Wireless USB host controller
3030
and an Intel WiNET controller).
3131

Documentation/virtual/kvm/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ struct kvm_lapic_state {
14911491
char regs[KVM_APIC_REG_SIZE];
14921492
};
14931493

1494-
Copies the input argument into the the Local APIC registers. The data format
1494+
Copies the input argument into the Local APIC registers. The data format
14951495
and layout are the same as documented in the architecture manual.
14961496

14971497

Documentation/vm/unevictable-lru.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ putback_lru_page() function to add migrated pages back to the LRU.
453453
mmap(MAP_LOCKED) SYSTEM CALL HANDLING
454454
-------------------------------------
455455

456-
In addition the the mlock()/mlockall() system calls, an application can request
456+
In addition the mlock()/mlockall() system calls, an application can request
457457
that a region of memory be mlocked supplying the MAP_LOCKED flag to the mmap()
458458
call. Furthermore, any mmap() call or brk() call that expands the heap by a
459459
task that has previously called mlockall() with the MCL_FUTURE flag will result

arch/arc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ config ARC_CURR_IN_REG
356356

357357
config ARC_MISALIGN_ACCESS
358358
bool "Emulate unaligned memory access (userspace only)"
359-
default N
360359
select SYSCTL_ARCH_UNALIGN_NO_WARN
361360
select SYSCTL_ARCH_UNALIGN_ALLOW
362361
help

arch/arm/mach-spear/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ config MACH_SPEAR600
9292
depends on ARCH_SPEAR6XX
9393
select USE_OF
9494
help
95-
Supports ST SPEAr600 boards configured via the device-treesource "arch/arm/mach-spear6xx/Kconfig"
95+
Supports ST SPEAr600 boards configured via the device-tree
9696

9797
config ARCH_SPEAR_AUTO
9898
def_bool PLAT_SPEAR_SINGLE

arch/cris/arch-v32/drivers/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ config ETRAX_ETHERNET
1111
config ETRAX_NO_PHY
1212
bool "PHY not present"
1313
depends on ETRAX_ETHERNET
14-
default N
1514
help
1615
This option disables all MDIO communication with an ethernet
1716
transceiver connected to the MII interface. This option shall
@@ -116,7 +115,6 @@ config ETRAX_AXISFLASHMAP
116115
config ETRAX_AXISFLASHMAP_MTD0WHOLE
117116
bool "MTD0 is whole boot flash device"
118117
depends on ETRAX_AXISFLASHMAP
119-
default N
120118
help
121119
When this option is not set, mtd0 refers to the first partition
122120
on the boot flash device. When set, mtd0 refers to the whole

arch/s390/include/asm/cio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ struct esw_eadm {
199199
/**
200200
* struct irb - interruption response block
201201
* @scsw: subchannel status word
202-
* @esw: extened status word
202+
* @esw: extended status word
203203
* @ecw: extended control word
204204
*
205205
* The irb that is handed to the device driver when an interrupt occurs. For

block/blk-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ EXPORT_SYMBOL(submit_bio);
19281928
* in some cases below, so export this function.
19291929
* Request stacking drivers like request-based dm may change the queue
19301930
* limits while requests are in the queue (e.g. dm's table swapping).
1931-
* Such request stacking drivers should check those requests agaist
1931+
* Such request stacking drivers should check those requests against
19321932
* the new queue limits again when they dispatch those requests,
19331933
* although such checkings are also done against the old queue limits
19341934
* when submitting requests.

block/blk-map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ EXPORT_SYMBOL(blk_rq_unmap_user);
285285
*
286286
* Description:
287287
* Data will be mapped directly if possible. Otherwise a bounce
288-
* buffer is used. Can be called multple times to append multple
288+
* buffer is used. Can be called multiple times to append multiple
289289
* buffers.
290290
*/
291291
int blk_rq_map_kern(struct request_queue *q, struct request *rq, void *kbuf,

drivers/ata/libata-core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ static void ata_qc_complete_internal(struct ata_queued_cmd *qc)
15241524
* @dev: Device to which the command is sent
15251525
* @tf: Taskfile registers for the command and the result
15261526
* @cdb: CDB for packet command
1527-
* @dma_dir: Data tranfer direction of the command
1527+
* @dma_dir: Data transfer direction of the command
15281528
* @sgl: sg list for the data buffer of the command
15291529
* @n_elem: Number of sg entries
15301530
* @timeout: Timeout in msecs (0 for default)
@@ -1712,7 +1712,7 @@ unsigned ata_exec_internal_sg(struct ata_device *dev,
17121712
* @dev: Device to which the command is sent
17131713
* @tf: Taskfile registers for the command and the result
17141714
* @cdb: CDB for packet command
1715-
* @dma_dir: Data tranfer direction of the command
1715+
* @dma_dir: Data transfer direction of the command
17161716
* @buf: Data buffer of the command
17171717
* @buflen: Length of data buffer
17181718
* @timeout: Timeout in msecs (0 for default)

drivers/base/bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ static int subsys_register(struct bus_type *subsys,
12181218
* with the name of the subsystem. The root device can carry subsystem-
12191219
* wide attributes. All registered devices are below this single root
12201220
* device and are named after the subsystem with a simple enumeration
1221-
* number appended. The registered devices are not explicitely named;
1221+
* number appended. The registered devices are not explicitly named;
12221222
* only 'id' in the device needs to be set.
12231223
*
12241224
* Do not use this interface for anything new, it exists for compatibility

drivers/bluetooth/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,5 +241,6 @@ config BT_WILINK
241241
core driver to communicate with the BT core of the combo chip.
242242

243243
Say Y here to compile support for Texas Instrument's WiLink7 driver
244-
into the kernel or say M to compile it as module.
244+
into the kernel or say M to compile it as module (btwilink).
245+
245246
endmenu

drivers/gpu/drm/drm_crtc_helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ drm_crtc_helper_disable(struct drm_crtc *crtc)
564564
* Caller must hold mode config lock.
565565
*
566566
* Setup a new configuration, provided by the upper layers (either an ioctl call
567-
* from userspace or internally e.g. from the fbdev suppport code) in @set, and
567+
* from userspace or internally e.g. from the fbdev support code) in @set, and
568568
* enable it. This is the main helper functions for drivers that implement
569569
* kernel mode setting with the crtc helper functions and the assorted
570570
* ->prepare(), ->modeset() and ->commit() helper callbacks.

drivers/input/sparse-keymap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ EXPORT_SYMBOL(sparse_keymap_setup);
236236
* in an input device that was set up by sparse_keymap_setup().
237237
* NOTE: It is safe to cal this function while input device is
238238
* still registered (however the drivers should care not to try to
239-
* use freed keymap and thus have to shut off interrups/polling
239+
* use freed keymap and thus have to shut off interrupts/polling
240240
* before freeing the keymap).
241241
*/
242242
void sparse_keymap_free(struct input_dev *dev)

drivers/misc/mic/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ config INTEL_MIC_HOST
44
tristate "Intel MIC Host Driver"
55
depends on 64BIT && PCI && X86
66
select VHOST_RING
7-
default N
87
help
98
This enables Host Driver support for the Intel Many Integrated
109
Core (MIC) family of PCIe form factor coprocessor devices that
@@ -25,7 +24,6 @@ config INTEL_MIC_CARD
2524
tristate "Intel MIC Card Driver"
2625
depends on 64BIT && X86
2726
select VIRTIO
28-
default N
2927
help
3028
This enables card driver support for the Intel Many Integrated
3129
Core (MIC) device family. The card driver communicates shutdown/

drivers/mmc/core/host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ int mmc_of_parse(struct mmc_host *host)
337337
break;
338338
default:
339339
dev_err(host->parent,
340-
"Invalid \"bus-width\" value %ud!\n", bus_width);
340+
"Invalid \"bus-width\" value %u!\n", bus_width);
341341
return -EINVAL;
342342
}
343343

drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ static int ixgbe_fcoe_dma_pool_alloc(struct ixgbe_fcoe *fcoe,
585585
struct dma_pool *pool;
586586
char pool_name[32];
587587

588-
snprintf(pool_name, 32, "ixgbe_fcoe_ddp_%d", cpu);
588+
snprintf(pool_name, 32, "ixgbe_fcoe_ddp_%u", cpu);
589589

590590
pool = dma_pool_create(pool_name, dev, IXGBE_FCPTR_MAX,
591591
IXGBE_FCPTR_ALIGN, PAGE_SIZE);

drivers/regulator/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,7 @@ EXPORT_SYMBOL_GPL(regulator_is_enabled);
21382138
* @regulator: regulator source
21392139
*
21402140
* Returns positive if the regulator driver backing the source/client
2141-
* can change its voltage, false otherwise. Usefull for detecting fixed
2141+
* can change its voltage, false otherwise. Useful for detecting fixed
21422142
* or dummy regulators and disabling voltage change logic in the client
21432143
* driver.
21442144
*/

drivers/scsi/scsi_transport_iscsi.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ struct bus_type iscsi_flashnode_bus = {
12251225
* Adds a sysfs entry for the flashnode session attributes
12261226
*
12271227
* Returns:
1228-
* pointer to allocated flashnode sess on sucess
1228+
* pointer to allocated flashnode sess on success
12291229
* %NULL on failure
12301230
*/
12311231
struct iscsi_bus_flash_session *
@@ -1423,7 +1423,7 @@ static int iscsi_iter_destroy_flashnode_conn_fn(struct device *dev, void *data)
14231423
}
14241424

14251425
/**
1426-
* iscsi_destroy_flashnode_sess - destory flashnode session entry
1426+
* iscsi_destroy_flashnode_sess - destroy flashnode session entry
14271427
* @fnode_sess: pointer to flashnode session entry to be destroyed
14281428
*
14291429
* Deletes the flashnode session entry and all children flashnode connection
@@ -1453,7 +1453,7 @@ static int iscsi_iter_destroy_flashnode_fn(struct device *dev, void *data)
14531453
}
14541454

14551455
/**
1456-
* iscsi_destroy_all_flashnode - destory all flashnode session entries
1456+
* iscsi_destroy_all_flashnode - destroy all flashnode session entries
14571457
* @shost: pointer to host data
14581458
*
14591459
* Destroys all the flashnode session entries and all corresponding children

drivers/staging/android/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ menu "Android"
22

33
config ANDROID
44
bool "Android Drivers"
5-
default N
65
---help---
76
Enable support for various drivers needed on the Android platform
87

@@ -73,7 +72,6 @@ config ANDROID_TIMED_GPIO
7372

7473
config ANDROID_LOW_MEMORY_KILLER
7574
bool "Android Low Memory Killer"
76-
default N
7775
---help---
7876
Registers processes to be killed when memory is low
7977

drivers/staging/bcm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
config BCM_WIMAX
22
tristate "Beceem BCS200/BCS220-3 and BCSM250 wimax support"
33
depends on USB && NET
4-
default N
54
help
65
This is an experimental driver for the Beceem WIMAX chipset used
76
by Sprint 4G.

drivers/staging/frontier/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
config TRANZPORT
22
tristate "Frontier Tranzport and Alphatrack support"
33
depends on USB
4-
default N
54
---help---
65
Enable support for the Frontier Tranzport and Alphatrack devices.

0 commit comments

Comments
 (0)