summaryrefslogtreecommitdiff
path: root/astraceroute.zsh
AgeCommit message (Expand)AuthorFilesLines
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-2/+2
2014-03-18astraceroute.zsh: Remove duplicate entryTobias Klauser1-1/+0
2014-03-16Typo: longitudeKartik Mistry1-1/+1
2013-08-21astraceroute: zsh: add auto-completion entryDaniel Borkmann1-0/+1
2013-07-14astraceroute.zsh: Fix typo of ``numeric''Tobias Klauser1-1/+1
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-4/+2
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+50
t the unused dma mask definition: arch/arm/plat-samsung/devs.c:71:12: error: 'samsung_device_dma_mask' defined but not used [-Werror=unused-variable] static u64 samsung_device_dma_mask = DMA_BIT_MASK(32); We could simply mark this as __maybe_unused to shut up that warning, but a nicer solution seems to be to have a separate mask for each device. The advantage is that a driver that happens to call dma_set_mask() on one device doesn't implicitly change the mask for the other devices as well. This is more of a theoretical problem, as obviously nothing does it for the devices in this file (or they would have always been broken), but it feels cleaner that way. The definition works by creating an array in place so we can take the address of it and let the compiler generate a hidden symbol for it at compile time. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'Documentation')